diff --git a/tenor_v2rs/Cargo.lock b/tenorv2/Cargo.lock similarity index 100% rename from tenor_v2rs/Cargo.lock rename to tenorv2/Cargo.lock diff --git a/tenor_v2rs/Cargo.toml b/tenorv2/Cargo.toml similarity index 89% rename from tenor_v2rs/Cargo.toml rename to tenorv2/Cargo.toml index a487414..a8ccfa5 100644 --- a/tenor_v2rs/Cargo.toml +++ b/tenorv2/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "tenor_v2rs" +name = "tenorv2" version = "0.1.0" edition = "2021" @@ -14,4 +14,4 @@ thiserror = "1.0.64" [features] DEBUG = [] -RELEASE = [] \ No newline at end of file +RELEASE = [] diff --git a/tenor_v2rs/src/lib.rs b/tenorv2/src/lib.rs similarity index 100% rename from tenor_v2rs/src/lib.rs rename to tenorv2/src/lib.rs diff --git a/tenor_v2rs/src/tenor.rs b/tenorv2/src/tenor.rs similarity index 100% rename from tenor_v2rs/src/tenor.rs rename to tenorv2/src/tenor.rs diff --git a/tenor_v2rs/src/tenor_builder.rs b/tenorv2/src/tenor_builder.rs similarity index 100% rename from tenor_v2rs/src/tenor_builder.rs rename to tenorv2/src/tenor_builder.rs diff --git a/tenor_v2rs/src/tenor_types.rs b/tenorv2/src/tenor_types.rs similarity index 100% rename from tenor_v2rs/src/tenor_types.rs rename to tenorv2/src/tenor_types.rs