summaryrefslogtreecommitdiff
path: root/rust/reverse-string/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/reverse-string/Cargo.toml')
-rw-r--r--rust/reverse-string/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/rust/reverse-string/Cargo.toml b/rust/reverse-string/Cargo.toml
new file mode 100644
index 0000000..52b902c
--- /dev/null
+++ b/rust/reverse-string/Cargo.toml
@@ -0,0 +1,9 @@
+[dependencies]
+
+[features]
+grapheme = []
+
+[package]
+edition = "2021"
+name = "reverse_string"
+version = "1.2.0"