trust-graph/distro/Cargo.toml

19 lines
479 B
TOML
Raw Permalink Normal View History

[package]
name = "trust-graph-distro"
2024-01-17 11:28:34 +00:00
version = "0.4.11"
edition = "2021"
build = "build.rs"
license = "Apache-2.0"
include = [ "/src", "build.rs", "Cargo.toml", "trust-graph-service"]
description = "Distribution package for the trust-graph service"
# See more keysand their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
maplit = "1.0.2"
serde = "1.0.160"
serde_json = "1.0.96"
lazy_static = "1.4.0"
[build-dependencies]
built = "0.6.0"