diff --git a/examples/atomic_str/Cargo.toml b/examples/atomic_str/Cargo.toml deleted file mode 100644 index 694fd19..0000000 --- a/examples/atomic_str/Cargo.toml +++ /dev/null @@ -1,9 +0,0 @@ -[package] -name = "atomic_str" -version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -rust-i18n = { path = "../../" }