Skip to content

Commit

Permalink
update cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-g-gelardi committed Dec 13, 2024
1 parent b2526dc commit ec6c19b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
name = "cargobase"
version = "0.1.1"
edition = "2021"
authors = ["Giuseppe Gelardi <[email protected]>"]
license = "MIT"
description = "A local, in-memory, and file-based key-value store."
homepage = "https://github.com/giuseppe-g-gelardi/cargobase"
repository = "https://github.com/giuseppe-g-gelardi/cargobase"
documentation = "TODO: https://docs.rs/cargobase"
readme = "README.md"
keywords = ["key-value", "store", "database", "in-memory", "file-based", "utility", "local", "rust"]
categories = ["data-management", "development-tools", "utilities", "database"]
edition = "2021"

[dependencies]
serde = { version = "1.0.215", features = ["derive"] }
Expand Down

0 comments on commit ec6c19b

Please sign in to comment.