new file:   .aider.chat.history.md
This commit is contained in:
Per Stark
2024-09-18 12:29:27 +02:00
parent 303ddc5811
commit a3a1cdd9e5
43 changed files with 5419 additions and 97 deletions

24
Cargo.toml Normal file
View File

@@ -0,0 +1,24 @@
[package]
name = "zettle_db"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
amqprs = "2.0.0"
axum = "0.7.5"
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
[[bin]]
name = "server"
path = "src/server.rs"
[[bin]]
name = "consumer"
path = "src/consumer.rs"