iamvisual/crates/iamalive/Cargo.toml
kjuulh 463e49ecf3
feat: add server implementation
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-11-22 12:57:50 +01:00

21 lines
475 B
TOML

[package]
name = "iamvisual"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
axum.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
notmad = "0.5.0"
nodrift = "0.2.0"
rand = "0.8.5"