diff --git a/cosmwasm-contracts/marketing/.cargo/config.toml b/rust/cw-contracts/marketing/.cargo/config.toml similarity index 100% rename from cosmwasm-contracts/marketing/.cargo/config.toml rename to rust/cw-contracts/marketing/.cargo/config.toml diff --git a/cosmwasm-contracts/marketing/Cargo.lock b/rust/cw-contracts/marketing/Cargo.lock similarity index 100% rename from cosmwasm-contracts/marketing/Cargo.lock rename to rust/cw-contracts/marketing/Cargo.lock diff --git a/cosmwasm-contracts/marketing/Cargo.toml b/rust/cw-contracts/marketing/Cargo.toml similarity index 100% rename from cosmwasm-contracts/marketing/Cargo.toml rename to rust/cw-contracts/marketing/Cargo.toml diff --git a/cosmwasm-contracts/marketing/Makefile b/rust/cw-contracts/marketing/Makefile similarity index 100% rename from cosmwasm-contracts/marketing/Makefile rename to rust/cw-contracts/marketing/Makefile diff --git a/cosmwasm-contracts/marketing/config.json b/rust/cw-contracts/marketing/config.json similarity index 100% rename from cosmwasm-contracts/marketing/config.json rename to rust/cw-contracts/marketing/config.json diff --git a/cosmwasm-contracts/marketing/src/bin/schema.rs b/rust/cw-contracts/marketing/src/bin/schema.rs similarity index 100% rename from cosmwasm-contracts/marketing/src/bin/schema.rs rename to rust/cw-contracts/marketing/src/bin/schema.rs diff --git a/cosmwasm-contracts/marketing/src/contract.rs b/rust/cw-contracts/marketing/src/contract.rs similarity index 100% rename from cosmwasm-contracts/marketing/src/contract.rs rename to rust/cw-contracts/marketing/src/contract.rs diff --git a/cosmwasm-contracts/marketing/src/error.rs b/rust/cw-contracts/marketing/src/error.rs similarity index 100% rename from cosmwasm-contracts/marketing/src/error.rs rename to rust/cw-contracts/marketing/src/error.rs diff --git a/cosmwasm-contracts/marketing/src/lib.rs b/rust/cw-contracts/marketing/src/lib.rs similarity index 100% rename from cosmwasm-contracts/marketing/src/lib.rs rename to rust/cw-contracts/marketing/src/lib.rs diff --git a/cosmwasm-contracts/marketing/src/multitest.rs b/rust/cw-contracts/marketing/src/multitest.rs similarity index 100% rename from cosmwasm-contracts/marketing/src/multitest.rs rename to rust/cw-contracts/marketing/src/multitest.rs