We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca3220 commit 38ac5a1Copy full SHA for 38ac5a1
Cargo.toml
@@ -3,6 +3,8 @@ name = "json-mutex-db"
3
version = "0.0.1"
4
edition = "2024"
5
authors = [ "Georgii Plotnikov<georgii@inferara.com>" ]
6
+description = "Ridiculously simple, fast and thread safe JSON file database"
7
+license = "Apache-2.0"
8
9
[dependencies]
10
serde = { version = "1.0", features = ["derive"] }
0 commit comments