initial commit
This commit is contained in:
commit
40f551209b
7 changed files with 974 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue