global: cargo update

This commit is contained in:
nym21
2025-02-26 10:45:00 +01:00
parent bb61b3dc22
commit 34923638c5
10 changed files with 37 additions and 28 deletions
+3 -2
View File
@@ -4,8 +4,9 @@ description = "A very small, fast, efficient and simple storable Vec"
version = "0.1.3"
keywords = ["vec", "disk", "data"]
categories = ["database"]
edition = { workspace = true }
license = { workspace = true }
edition.workspace = true
license.workspace = true
repository.workspace = true
[features]
json = ["serde", "serde_json"]