Skip to content

Commit 38ac5a1

Browse files
committed
Add description and license to Cargo.toml
1 parent eca3220 commit 38ac5a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "json-mutex-db"
33
version = "0.0.1"
44
edition = "2024"
55
authors = [ "Georgii Plotnikov<georgii@inferara.com>" ]
6+
description = "Ridiculously simple, fast and thread safe JSON file database"
7+
license = "Apache-2.0"
68

79
[dependencies]
810
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)