This repository has been archived on 2024-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
stm32u5_cargo/Cargo.toml
2023-11-14 16:25:09 -05:00

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"