feat: with base oe

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-01-13 13:30:18 +01:00
parent ff55446e8c
commit 51076be307
3 changed files with 906 additions and 206 deletions

View File

@@ -10,3 +10,6 @@ tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
reqwest = { version = "0.11.23", features = ["json"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"