scel/crates/scel_core/Cargo.toml
Kasper Juul Hermansen 65372406c5
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-25 21:05:42 +00:00

18 lines
459 B
TOML

[package]
name = "scel_core"
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"] }
anyhow = { version = "*" }
async-trait = { version = "0.1.80" }
futures = "0.3.30"
tracing = "0.1"
lazy_static = "1.4.0"
regex = { version = "1.10.4" }
thiserror = "1.0.59"
uuid = {version = "1.8.0", features = ["v4", "fast-rng"]}