2022-02-12 11:04:06 +00:00
|
|
|
[package]
|
|
|
|
name = "db-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
homepage = "https://github.com/realaravinth/gists"
|
|
|
|
repository = "https://github.com/realaravinth/gists"
|
|
|
|
documentation = "https://github.con/realaravinth/gists"
|
|
|
|
readme = "https://github.com/realaravinth/gists/blob/master/README.md"
|
|
|
|
license = "AGPLv3 or later version"
|
|
|
|
authors = ["realaravinth <realaravinth@batsense.net>"]
|
|
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
async-trait = "0.1.51"
|
|
|
|
thiserror = "1.0.30"
|
2022-02-15 17:26:29 +00:00
|
|
|
serde = { version = "1", features = ["derive"]}
|
2022-02-12 11:04:06 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
test = []
|
2022-02-15 17:26:29 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
serde_json = "1"
|