diff options
Diffstat (limited to 'rust/reverse-string/Cargo.toml')
| -rw-r--r-- | rust/reverse-string/Cargo.toml | 10 |
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] | ||
| 2 | unicode-segmentation = "1.3.0" | ||
| 3 | |||
| 4 | [features] | ||
| 5 | grapheme = [] | ||
| 6 | |||
| 7 | [package] | ||
| 8 | edition = "2018" | ||
| 9 | name = "reverse_string" | ||
| 10 | version = "1.2.0" | ||
