scel/crates/scel/Cargo.toml
Kasper Juul Hermansen 042b29d1b4
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
chore(deps): update all dependencies
2024-04-10 19:13:41 +00:00

17 lines
441 B
TOML

[package]
name = "scel"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.37", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
anyhow = { version = "1.0.82" }
dotenv = { version = "*" }
scel_api = { path = "../scel_api" }
scel_core = { path = "../scel_core" }