aboutsummaryrefslogtreecommitdiff
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.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/rust/reverse-string/Cargo.toml b/rust/reverse-string/Cargo.toml
new file mode 100644
index 0000000..bdf501c
--- /dev/null
+++ b/rust/reverse-string/Cargo.toml
@@ -0,0 +1,10 @@
1[dependencies]
2unicode-segmentation = "1.3.0"
3
4[features]
5grapheme = []
6
7[package]
8edition = "2018"
9name = "reverse_string"
10version = "1.2.0"