registry/distro/Cargo.toml
2024-03-12 11:39:45 +00:00

17 lines
461 B
TOML

[package]
name = "registry-distro"
version = "0.9.4"
edition = "2021"
build = "built.rs"
include = [ "/src", "built.rs", "Cargo.toml", "registry-service"]
description = "Distribution package for the registry service including scheduled scripts"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
maplit = "=1.0.2"
serde_json = "=1.0.96"
[build-dependencies]
built = "=0.7.1"