Skip to content

Commit b60fe4c

Browse files
author
Kevin Lefevre
committed
Bring back root Cargo.toml
1 parent 525ff34 commit b60fe4c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/Cargo.toml
2-
31
# Generated by Cargo
42
# will have compiled files and executables
53
/target/

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[workspace]
2+
members = [
3+
"failure-utils",
4+
"ffi-utils",
5+
]

0 commit comments

Comments
 (0)