mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
17 lines
458 B
TOML
17 lines
458 B
TOML
[package]
|
|
name = "registry-distro"
|
|
version = "0.9.0"
|
|
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"
|