-
- Downloads
deb packagign
... | ... | @@ -2,8 +2,18 @@ |
name = "balloon_tx_monolith" | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[package.metadata.deb] | ||
assets = [ | ||
["target/release/balloon_tx_monolith", "usr/bin/", "755"], | ||
["debian/balloon_monolith.service", "/lib/systemd/system/balloon_monolith.service", "644"], | ||
["config.toml.example", "/etc/balloon_tx/config.toml", "644"] | ||
] | ||
conf-files = ["/etc/balloon_tx/config.toml"] | ||
maintainer-scripts = "debian/maintainer_scripts/" | ||
copyright = "2023, Stephen D <@stephen:crabsin.space>" | ||
maintainer = "Stephen D <@stephen:crabsin.space>" | ||
[dependencies] | ||
anyhow = "1.0.70" | ||
... | ... |
debian/balloon_monolith.service
0 → 100644
debian/maintainer_scripts/postinst
0 → 100644
Please register or sign in to comment