From 99fd21f1637742c4ba4cc700d6eb95cf2b461111 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:58:01 +0900 Subject: [PATCH] Rename `mixnet-sims` to `blendnet-sims` --- simlib/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/simlib/Cargo.toml b/simlib/Cargo.toml index 322581b..fc56e2e 100644 --- a/simlib/Cargo.toml +++ b/simlib/Cargo.toml @@ -1,7 +1,6 @@ [workspace] members = [ "netrunner", - "mixnet-sims" - + "blendnet-sims" ] resolver = "2"