2023-12-26 16:51:22 +00:00
|
|
|
[package]
|
|
|
|
name = "swordfish-common"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-12-30 14:39:44 +00:00
|
|
|
log = "0.4.20"
|
2024-01-06 07:34:45 +00:00
|
|
|
serde = "1.0.195"
|
2024-01-06 18:05:47 +00:00
|
|
|
tokio = "1.35.1"
|
2023-12-30 14:39:44 +00:00
|
|
|
tracing = "0.1.40"
|
|
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
2024-01-05 17:03:23 +00:00
|
|
|
|
|
|
|
[dependencies.mongodb]
|
|
|
|
version = "2.8.0"
|
|
|
|
features = ["tokio-runtime"]
|