feat(cargo): update cargo files
This commit is contained in:
32
Cargo.toml
32
Cargo.toml
@@ -1,28 +1,30 @@
|
||||
[package]
|
||||
name = "neopixel_avr"
|
||||
name = "soft-serial"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
panic-halt = "0.2.0"
|
||||
ufmt = "0.2.0"
|
||||
nb = "1.1.0"
|
||||
embedded-hal = "1.0"
|
||||
smart-leds-trait = "0.3.1"
|
||||
smart-leds = "0.4.0"
|
||||
|
||||
[dependencies.neopixel_macros]
|
||||
path = "neopixel_macros"
|
||||
|
||||
[dependencies.avr-device]
|
||||
version = "0.5.4"
|
||||
features = ["atmega32u4"]
|
||||
|
||||
[dependencies.arduino-hal]
|
||||
git = "https://github.com/rahix/avr-hal"
|
||||
rev = "3e362624547462928a219c40f9ea8e3a64f21e5f"
|
||||
features = ["sparkfun-promicro"]
|
||||
|
||||
[build-dependencies.proc-macro2]
|
||||
version = "=1.0.79"
|
||||
[dependencies.static_pins]
|
||||
git = "https://gitea.doryan04.ru/TheEmbeddedRust/static_pins"
|
||||
|
||||
[dependencies.avr-device]
|
||||
version = "0.5.4"
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
codegen-units = 1
|
||||
debug = true
|
||||
lto = true
|
||||
opt-level = "s"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
lto = true
|
||||
opt-level = "s"
|
||||
|
||||
Reference in New Issue
Block a user