feat: add oe

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-01-11 21:31:49 +01:00
commit ff55446e8c
7 changed files with 1022 additions and 0 deletions

12
crates/oe/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "oe"
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