como/crates/omnia/Cargo.toml
kjuulh 32c2703ef2
feat: beginning of omnia
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-12-11 20:25:06 +01:00

16 lines
485 B
TOML

[package]
name = "omnia"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.11", features = ["string"] }
color-eyre = "0.6.2"
eyre = "0.6.10"
tokio = { version = "1.35.0", features = ["full"] }
tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = { version = "0.3.18", features = ["tracing"] }
uuid = { version = "1.6.1", features = ["v4"] }