feat: beginning of omnia

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-12-11 20:25:06 +01:00
parent f009887772
commit 32c2703ef2
6 changed files with 849 additions and 1 deletions

15
crates/omnia/Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[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"] }