We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba025f2 + 3978307 commit 77c1f66Copy full SHA for 77c1f66
Cargo.toml
@@ -11,6 +11,7 @@ name = "cargo-bitbake"
11
readme = "README.md"
12
repository = "https://github.com/cardoe/cargo-bitbake"
13
version = "0.3.16-alpha.0"
14
+rust-version = "1.60"
15
16
[badges]
17
is-it-maintained-issue-resolution = { repository = "cardoe/cargo-bitbake" }
README.md
@@ -20,6 +20,9 @@ local crate:
20
$ cargo bitbake
21
Wrote: cargo-bitbake_0.1.0.bb
22
```
23
+## Dependencies
24
+
25
+On Debian/Ubuntu, the package librust-cargo+openssl-dev is required (available via apt install).
26
27
## Parameter Mapping
28
| Yocto | Cargo |
0 commit comments