File: make-upstream-feature-depend-on-tokio

package info (click to toggle)
rust-ognibuild 0.0.34-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,312 kB
  • sloc: makefile: 17
file content (10 lines) | stat: -rw-r--r-- 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Index: ognibuild/Cargo.toml
===================================================================
--- ognibuild.orig/Cargo.toml
+++ ognibuild/Cargo.toml
@@ -295,4 +295,4 @@ udd = [
     "dep:tokio",
     "debian",
 ]
-upstream = ["dep:upstream-ontologist"]
+upstream = ["dep:upstream-ontologist","dep:tokio"]