aboutsummaryrefslogtreecommitdiff
path: root/embassy-std
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2021-04-12 10:41:21 +0200
committerUlf Lilleengen <[email protected]>2021-04-12 14:14:03 +0200
commit7671605452658cedd6e460bb7c86ef450fe6a04c (patch)
tree8e264121d7b9dee413efc4d18bff8b00d0c931ad /embassy-std
parent75c5bb19d81b326e82078cff79ae3372bb8a9a1a (diff)
Add std version of embassy::main
Diffstat (limited to 'embassy-std')
-rw-r--r--embassy-std/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-std/Cargo.toml b/embassy-std/Cargo.toml
index 0a59999c0..2a95838e8 100644
--- a/embassy-std/Cargo.toml
+++ b/embassy-std/Cargo.toml
@@ -6,4 +6,5 @@ edition = "2018"
6 6
7[dependencies] 7[dependencies]
8embassy = { version = "0.1.0", path = "../embassy", features = ["std"] } 8embassy = { version = "0.1.0", path = "../embassy", features = ["std"] }
9lazy_static = "1.4.0" \ No newline at end of file 9embassy-macros = { version = "0.1.0", path = "../embassy-macros", features = ["std"]}
10lazy_static = "1.4.0"