Skip to content

Commit 7fa9244

Browse files
committed
Add state-local storage
1 parent ba190fc commit 7fa9244

15 files changed

+2123
-1444
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/target
2+
/macro/target
23
Cargo.lock
34
.DS_Store
45
.vscode/

Cargo.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ keywords = ["hierarchial state machine"]
99

1010

1111
[dependencies]
12-
heapless = "0.7.7"
13-
stateful_derive = { path = "stateful_derive" }
12+
stateful_macro = { path = "macro" }
13+
14+
[dev-dependencies]
15+
heapless = "0.7"
16+
unit-enum = { git = "https://github.com/mdeloof/unit-enum.git" }
1417

1518
[features]

0 commit comments

Comments
 (0)