diff --git a/{{project-name}}/Cargo.toml b/{{project-name}}/Cargo.toml index d3b4878..95015ba 100644 --- a/{{project-name}}/Cargo.toml +++ b/{{project-name}}/Cargo.toml @@ -5,10 +5,10 @@ edition = "2018" publish = false [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"] } anyhow = "1.0.42" [[bin]] name = "{{project-name}}" -path = "src/main.rs" \ No newline at end of file +path = "src/main.rs"