initial commit

This commit is contained in:
amp 2025-01-25 14:25:44 +00:00
commit 40f551209b
Signed by: amp
GPG key ID: 76C7199F9BAF8E6A
7 changed files with 974 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "osaka"
version = "0.1.0"
edition = "2024"
[dependencies]
argh = "0.1.13"
axum = "0.8.1"
hyper = "1.5.2"
serde = "1.0.217"
serde_json = "1.0.137"
tokio = { version = "1.43.0", features = ["full", "tracing"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"