From 17d931daff642ef314183a227c3f51d2fea2cda4 Mon Sep 17 00:00:00 2001 From: Varphone Wong Date: Mon, 29 Jan 2024 00:23:48 +0800 Subject: [PATCH] Remove unexpected files --- examples/atomic_str/Cargo.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 examples/atomic_str/Cargo.toml 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 = "../../" }