-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (27 loc) · 919 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
[package]
name = "schiffe_versenken_rust"
version = "0.1.0"
authors = ["itaton <[email protected]>", "sgufler <[email protected]>", "deshiJo <[email protected]"]
edition = "2018"
[dependencies]
cortex-m= "0.5.0"
alloc-cortex-m= "0.3.4"
cortex-m-rt= "0.6.4"
cortex-m-semihosting= "0.3.0"
[patch.crates-io.cortex-m-rt]
git = "https://github.com/rust-embedded/cortex-m-rt.git"
[dependencies.stm32f7-discovery]
git = "https://github.com/embed-rs/stm32f7-discovery.git"
[patch."https://github.com/embed-rs/stm32f7-discovery.git".stm32f7-discovery]
path = "stm32f7-discovery"
[dependencies.stm32f7]
version= "0.3.2"
features= ["stm32f7x6", "rt"]
[dependencies.smoltcp]
#version = "0.5.0"
git = "https://github.com/astro/smoltcp.git"
branch = "dhcp"
default-features = false
features = ["alloc", "socket-raw", "socket-udp", "socket-tcp", "socket-icmp", "proto-ipv4", "proto-dhcpv4"]
[profile.release]
lto = true