kitsune/crates/kitsune-core/Cargo.toml

22 lines
497 B
TOML

[package]
name = "kitsune-core"
authors.workspace = true
edition.workspace = true
version.workspace = true
license.workspace = true
build = "build.rs"
[dependencies]
async-trait = "0.1.79"
const_format = "0.2.32"
kitsune-db = { path = "../kitsune-db" }
kitsune-error = { path = "../kitsune-error" }
serde = { version = "1.0.197", features = ["derive"] }
typed-builder = "0.18.1"
[build-dependencies]
vergen = { version = "8.3.1", features = ["build", "git", "gitcl"] }
[lints]
workspace = true