forked from embed-rs/stm32f7-discovery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
37 lines (30 loc) · 751 Bytes
/
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
27
28
29
30
31
32
33
34
35
36
37
[package]
authors = ["Philipp Oppermann <[email protected]>"]
name = "stm32f7_discovery"
version = "0.1.0"
license = "MIT/Apache-2.0"
[[bin]]
doc = false
name = "stm32f7_discovery"
[dependencies]
alloc-cortex-m = "0.2.1"
bit_field = "0.7.0"
byteorder = { version = "1.0.0", default-features = false }
cortex-m = "0.1.4"
r0 = "0.1.0"
rlibc = "1.0.0"
spin = "0.4.5"
volatile = "0.2.1"
net = {git = "https://github.com/embed-rs/net.git"}
[dependencies.arrayvec]
default-features = false
version = "0.3.20"
[dependencies.embedded]
default-features = false
git = "https://github.com/embed-rs/embedded-rs.git"
[dependencies.embedded_stm32f7]
git = "https://github.com/embed-rs/embedded_stm32f7.git"
[profile]
[profile.release]
lto = true
debug = true