diff options
| author | Ulf Lilleengen <[email protected]> | 2021-04-12 10:41:21 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2021-04-12 14:14:03 +0200 |
| commit | 7671605452658cedd6e460bb7c86ef450fe6a04c (patch) | |
| tree | 8e264121d7b9dee413efc4d18bff8b00d0c931ad /embassy-std | |
| parent | 75c5bb19d81b326e82078cff79ae3372bb8a9a1a (diff) | |
Add std version of embassy::main
Diffstat (limited to 'embassy-std')
| -rw-r--r-- | embassy-std/Cargo.toml | 3 |
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] |
| 8 | embassy = { version = "0.1.0", path = "../embassy", features = ["std"] } | 8 | embassy = { version = "0.1.0", path = "../embassy", features = ["std"] } |
| 9 | lazy_static = "1.4.0" \ No newline at end of file | 9 | embassy-macros = { version = "0.1.0", path = "../embassy-macros", features = ["std"]} |
| 10 | lazy_static = "1.4.0" | ||
