diff options
Diffstat (limited to 'examples/std/Cargo.toml')
| -rw-r--r-- | examples/std/Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml index 002d0487a..2e2f0bd1c 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -7,7 +7,6 @@ version = "0.1.0" | |||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "std", "time"] } | 8 | embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "std", "time"] } |
| 9 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["std", "log", "medium-ethernet", "tcp", "dhcpv4"] } | 9 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["std", "log", "medium-ethernet", "tcp", "dhcpv4"] } |
| 10 | smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev="e4241510337e095b9d21136c5f58b2eaa1b78479", default-features = false } | ||
| 11 | 10 | ||
| 12 | async-io = "1.6.0" | 11 | async-io = "1.6.0" |
| 13 | env_logger = "0.9.0" | 12 | env_logger = "0.9.0" |
| @@ -18,3 +17,8 @@ libc = "0.2.101" | |||
| 18 | clap = { version = "3.0.0-beta.5", features = ["derive"] } | 17 | clap = { version = "3.0.0-beta.5", features = ["derive"] } |
| 19 | rand_core = { version = "0.6.3", features = ["std"] } | 18 | rand_core = { version = "0.6.3", features = ["std"] } |
| 20 | heapless = { version = "0.7.5", default-features = false } | 19 | heapless = { version = "0.7.5", default-features = false } |
| 20 | |||
| 21 | [dependencies.smoltcp] | ||
| 22 | git = "https://github.com/bobmcwhirter/smoltcp" | ||
| 23 | rev = "faf81d21daae16b650b16e59a8422a8283e8a302" | ||
| 24 | default-features = false | ||
