diff --git a/Cargo.toml b/Cargo.toml index e2747d5..783b8dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,4 +28,4 @@ syn = "1.0" quote = "1.0" [workspace] -members = ["bencodex"] +members = ["cli"] diff --git a/bencodex/Cargo.toml b/cli/Cargo.toml similarity index 100% rename from bencodex/Cargo.toml rename to cli/Cargo.toml diff --git a/bencodex/src/main.rs b/cli/src/main.rs similarity index 100% rename from bencodex/src/main.rs rename to cli/src/main.rs