initial commit

This commit is contained in:
2025-09-11 23:11:38 +01:00
parent 9fa37f9ee7
commit 15fddd9f4a
7 changed files with 1641 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "minibookfluxmark"
version = "0.1.0"
edition = "2024"
[dependencies]
poem = "3.1.12"
poem-openapi = { version = "5.1.16", features = ["swagger-ui"] }
rusqlite = "0.37.0"
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }