aboutsummaryrefslogtreecommitdiff
path: root/reverse-string/Cargo.toml
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2020-12-26 17:48:38 +0000
committerFederico Igne <git@federicoigne.com>2021-11-03 18:55:08 +0000
commit02481656966b0a8dfc95cf3c22bcc049660ff7d4 (patch)
tree8e39798fcaf27931d91c2088423fd4e97adcfc2d /reverse-string/Cargo.toml
parent4e2052c4d792540c2f742b2c2a081b11117ed41d (diff)
downloadexercism-02481656966b0a8dfc95cf3c22bcc049660ff7d4.tar.gz
exercism-02481656966b0a8dfc95cf3c22bcc049660ff7d4.zip
Move Rust exercises in a subdirectory
Diffstat (limited to 'reverse-string/Cargo.toml')
-rw-r--r--reverse-string/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/reverse-string/Cargo.toml b/reverse-string/Cargo.toml
deleted file mode 100644
index bdf501c..0000000
--- a/reverse-string/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
1[dependencies]
2unicode-segmentation = "1.3.0"
3
4[features]
5grapheme = []
6
7[package]
8edition = "2018"
9name = "reverse_string"
10version = "1.2.0"