Skip to content
Snippets Groups Projects

Fix #200 debian package

Merged Benjamin Gallois requested to merge fix-200 into master
Compare and
13 files
+ 221
0
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -52,3 +52,7 @@ tokio = { workspace = true, features = [
@@ -52,3 +52,7 @@ tokio = { workspace = true, features = [
bincode = { workspace = true }
bincode = { workspace = true }
dubp-wot = { workspace = true }
dubp-wot = { workspace = true }
flate2 = { workspace = true, features = ["zlib-ng-compat"] }
flate2 = { workspace = true, features = ["zlib-ng-compat"] }
 
 
[package.metadata.deb]
 
maintainer-scripts = "../resources/debian/"
 
systemd-units = { enable = false }
Loading