2023-06-20 12:07:53 +00:00
|
|
|
[package]
|
|
|
|
name = "trust-graph-distro"
|
2024-01-17 11:28:34 +00:00
|
|
|
version = "0.4.11"
|
2023-06-20 12:07:53 +00:00
|
|
|
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"
|
|
|
|
|
2023-12-26 21:30:36 +00:00
|
|
|
# See more keysand their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
2023-06-20 12:07:53 +00:00
|
|
|
[dependencies]
|
|
|
|
maplit = "1.0.2"
|
|
|
|
serde = "1.0.160"
|
|
|
|
serde_json = "1.0.96"
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
|
|
|
|
[build-dependencies]
|
2023-07-04 16:47:55 +00:00
|
|
|
built = "0.6.0"
|