diff options
| author | Federico Igne <git@federicoigne.com> | 2021-11-05 22:58:26 +0000 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-11-05 23:00:47 +0000 |
| commit | c689e2ad8273b22e1ce8ae4ec58013d3e43010dc (patch) | |
| tree | 83f27a3a0aed3728506da4af301b29ca795ddf68 /rust/anagram/Cargo.toml | |
| parent | a43a779ad12b464175f95d9381499fe28510ec09 (diff) | |
| download | exercism-c689e2ad8273b22e1ce8ae4ec58013d3e43010dc.tar.gz exercism-c689e2ad8273b22e1ce8ae4ec58013d3e43010dc.zip | |
[rust] Anagram
Diffstat (limited to 'rust/anagram/Cargo.toml')
| -rw-r--r-- | rust/anagram/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/anagram/Cargo.toml b/rust/anagram/Cargo.toml new file mode 100644 index 0000000..5e06e4e --- /dev/null +++ b/rust/anagram/Cargo.toml | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | [package] | ||
| 2 | edition = "2021" | ||
| 3 | name = "anagram" | ||
| 4 | version = "0.0.0" | ||
