Submit Cargo.lock (#555)

* submits Cargo.lock files

* removes the unused test runner from libtock-rs for less depepdencies
This commit is contained in:
kaczmarczyck
2022-10-10 15:34:05 +02:00
committed by GitHub
parent a79abc209a
commit a969faaaa0
15 changed files with 2156 additions and 23 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/Cargo.toml b/Cargo.toml
index f5cb932..38119b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,6 +62,6 @@ exclude = [ "tock" ]
members = [
"codegen",
"core",
- "test_runner",
+ # "test_runner",
"tools/print_sizes",
]