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
15
16
[dependencies.serde]
features = ["derive"]
version = "1.0.164"

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["BDEnder"]
description = "Database for simple projects"
edition = "2021"
homepage = "https://github.com/BDEnder/json_db_rs"
license = "MIT"
name = "json_db_rs"
readme = "README.md"
version = "0.1.0"