registry/distro/Cargo.toml
fluencebot c6c579479e
chore(main): release registry 0.9.3 (#311)
* chore(main): release registry 0.9.3

* chore: Bump registry version to 0.9.3
2023-12-21 19:40:29 +00:00

17 lines
458 B
TOML

[package]
name = "registry-distro"
version = "0.9.3"
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"