initial commit
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"] }
|
Reference in New Issue
Block a user