16 lines
485 B
TOML
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"] }
|