diff --git a/simlib/Cargo.toml b/simlib/Cargo.toml new file mode 100644 index 0000000..cee8ef1 --- /dev/null +++ b/simlib/Cargo.toml @@ -0,0 +1,7 @@ +[workspace] +members = [ + "netrunner", + "mixnet-sims" + +] +resolver = "2" \ No newline at end of file