diff options
Diffstat (limited to 'embassy-std-examples/Cargo.toml')
| -rw-r--r-- | embassy-std-examples/Cargo.toml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/embassy-std-examples/Cargo.toml b/embassy-std-examples/Cargo.toml deleted file mode 100644 index 0998899c8..000000000 --- a/embassy-std-examples/Cargo.toml +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | [package] | ||
| 2 | authors = ["Dario Nieuwenhuis <[email protected]>"] | ||
| 3 | edition = "2018" | ||
| 4 | name = "embassy-std-examples" | ||
| 5 | version = "0.1.0" | ||
| 6 | |||
| 7 | [dependencies] | ||
| 8 | async-io = "1.3.1" | ||
| 9 | embassy = { version = "0.1.0", path = "../embassy", features = ["log"] } | ||
| 10 | embassy-std = { version = "0.1.0", path = "../embassy-std" } | ||
| 11 | env_logger = "0.8.2" | ||
| 12 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } | ||
| 13 | log = "0.4.11" | ||
| 14 | nix = "0.19.1" | ||
