json_db_rs 0.1.0

Database for simple projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "json_db_rs"
version = "0.1.0"
edition = "2021"
authors = ["BDEnder"]
description = "Database for simple projects"
homepage = "https://github.com/BDEnder/json_db_rs"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0"