2023-06-13 18:00:48 +02:00
|
|
|
[package]
|
|
|
|
name = "registry-distro"
|
2023-06-20 14:28:21 +03:00
|
|
|
version = "0.8.7"
|
2023-06-13 18:00:48 +02:00
|
|
|
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"
|
2023-06-19 20:30:24 +03:00
|
|
|
serde_json = "1.0.96"
|
2023-06-13 18:00:48 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
2023-11-21 20:58:27 +02:00
|
|
|
built = "0.7.1"
|