mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-01-23 16:30:34 +01:00
Initial commit
This commit is contained in:
9
reverse-string/Cargo.toml
Normal file
9
reverse-string/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[dependencies]
|
||||
|
||||
[features]
|
||||
grapheme = []
|
||||
|
||||
[package]
|
||||
edition = "2021"
|
||||
name = "reverse_string"
|
||||
version = "1.2.0"
|
||||
Reference in New Issue
Block a user