aboutsummaryrefslogtreecommitdiff
path: root/embassy-std-examples/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-std-examples/Cargo.toml')
-rw-r--r--embassy-std-examples/Cargo.toml14
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]
2authors = ["Dario Nieuwenhuis <[email protected]>"]
3edition = "2018"
4name = "embassy-std-examples"
5version = "0.1.0"
6
7[dependencies]
8async-io = "1.3.1"
9embassy = { version = "0.1.0", path = "../embassy", features = ["log"] }
10embassy-std = { version = "0.1.0", path = "../embassy-std" }
11env_logger = "0.8.2"
12futures = { version = "0.3.8", default-features = false, features = ["async-await"] }
13log = "0.4.11"
14nix = "0.19.1"