aboutsummaryrefslogtreecommitdiff
path: root/test-nostd/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test-nostd/Cargo.toml')
-rw-r--r--test-nostd/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/test-nostd/Cargo.toml b/test-nostd/Cargo.toml
deleted file mode 100644
index 64d209a..0000000
--- a/test-nostd/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-name = "test-nostd"
-version = "0.1.0"
-publish = false
-edition = "2021"
-
-[dependencies.indexmap]
-path = ".."
-default-features = false
-features = ["serde"]
-
-[dev-dependencies]