mirror of
https://github.com/Diggsey/sqlxmq.git
synced 2024-11-22 08:11:00 +00:00
17 lines
403 B
TOML
17 lines
403 B
TOML
|
[package]
|
||
|
name = "sqlxmq_stress"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Diggory Blake <diggsey@googlemail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
sqlxmq = { path = ".." }
|
||
|
tokio = { version = "1.4.0", features = ["full"] }
|
||
|
dotenv = "0.15.0"
|
||
|
sqlx = "0.5.1"
|
||
|
serde = "1.0.125"
|
||
|
lazy_static = "1.4.0"
|
||
|
futures = "0.3.13"
|