mirror of
https://github.com/Diggsey/sqlxmq.git
synced 2024-10-31 21:58:58 +00:00
16 lines
403 B
TOML
16 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"
|