19 lines
364 B
TOML
19 lines
364 B
TOML
[package]
|
|
name = "u5"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[net]
|
|
retry = 3 # network retries
|
|
git-fetch-with-cli = true
|
|
|
|
[dependencies]
|
|
cortex-m = "0.7.3"
|
|
cortex-m-rt = "0.6.13"
|
|
|
|
# CARGO_NET_GIT_FETCH_WITH_CLI=true
|
|
|
|
[build-dependencies]
|
|
cmake = "0.1"
|