* submits Cargo.lock files * removes the unused test runner from libtock-rs for less depepdencies
13 lines
253 B
Diff
13 lines
253 B
Diff
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",
|
|
]
|