-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
26 lines (21 loc) · 1.35 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "riot-doc-helpers"
version = "0.1.0"
authors = ["Christian M. Amsüss <[email protected]>"]
edition = "2018"
publish = false
repository = "https://gitlab.com/etonomy/riot-sys"
documentation = "https://rustdoc.etonomy.org/riot_doc_helpers/"
license = "LGPL-2.1"
resolver = "2"
[dependencies]
riot-sys = { version = "*", features = [ "keep-extern-types" ] }
riot-wrappers = { version = "*", features = [ "with_coap_handler", "with_embedded_nal", "with_msg_v2", "nightly_docs", "with_embedded_nal_async", "with_embedded_hal_async", "set_panic_handler" ] }
riot-shell-commands = { git = "https://gitlab.com/etonomy/riot-module-examples/", features = ["saul", "ztimer", "nightly_docs"] }
riot-coap-handler-demos = { git = "https://gitlab.com/etonomy/riot-module-examples/", features = [ "vfs", "saul", "i2c", "gpio", "ping", "nightly_docs", "nib" ] }
embassy-executor-riot = { git = "https://gitlab.com/etonomy/riot-module-examples/" }
# "_all" depends on lsm303agr and that requires a $BOARDDIR/include/lsm303agr-config.rs to be present, so doing a manual listing instead until I have a better idea
rust_riotmodules = { path = "RIOT/sys/rust_riotmodules", features = [ "riot-module-shell-democommands" ] }
[patch.crates-io]
riot-sys = { git = "https://github.com/RIOT-OS/rust-riot-sys/" }
riot-wrappers = { git = "https://github.com/RIOT-OS/rust-riot-wrappers/" }