aya isn't optional for the main program

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
pull/1/head
Dave Tucker 3 years ago
parent 5d018fd6ba
commit 273123abb7

@ -5,7 +5,7 @@ edition = "2018"
publish = false publish = false
[dependencies] [dependencies]
aya = { git = "https://github.com/alessandrod/aya", branch="main", optional=true } aya = { git = "https://github.com/alessandrod/aya", branch="main" }
{{project-name}}-common = { path = "../{{project-name}}-common", features=["userspace"] } {{project-name}}-common = { path = "../{{project-name}}-common", features=["userspace"] }
anyhow = "1.0.42" anyhow = "1.0.42"

Loading…
Cancel
Save