diff options
| author | Federico Igne <git@federicoigne.com> | 2020-12-26 17:22:21 +0000 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-11-03 18:55:08 +0000 |
| commit | 4e2052c4d792540c2f742b2c2a081b11117ed41d (patch) | |
| tree | 6fdfbfd3b6f1c06cf613de2f6f052d39d93ec5e7 /nucleotide-count/Cargo.toml | |
| parent | 8a61a513dad5c22bb5596b8918a2d03755d08d1e (diff) | |
| download | exercism-4e2052c4d792540c2f742b2c2a081b11117ed41d.tar.gz exercism-4e2052c4d792540c2f742b2c2a081b11117ed41d.zip | |
[rust] Nucleotide Count
Diffstat (limited to 'nucleotide-count/Cargo.toml')
| -rw-r--r-- | nucleotide-count/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nucleotide-count/Cargo.toml b/nucleotide-count/Cargo.toml new file mode 100644 index 0000000..3eb8759 --- /dev/null +++ b/nucleotide-count/Cargo.toml | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | [package] | ||
| 2 | edition = "2018" | ||
| 3 | name = "nucleotide-count" | ||
| 4 | version = "1.3.0" | ||
| 5 | |||
| 6 | [dependencies] | ||
| 7 | maplit = "1.0.1" | ||
