aboutsummaryrefslogtreecommitdiff
path: root/nucleotide-count/Cargo.toml
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2020-12-26 17:22:21 +0000
committerFederico Igne <git@federicoigne.com>2021-11-03 18:55:08 +0000
commit4e2052c4d792540c2f742b2c2a081b11117ed41d (patch)
tree6fdfbfd3b6f1c06cf613de2f6f052d39d93ec5e7 /nucleotide-count/Cargo.toml
parent8a61a513dad5c22bb5596b8918a2d03755d08d1e (diff)
downloadexercism-4e2052c4d792540c2f742b2c2a081b11117ed41d.tar.gz
exercism-4e2052c4d792540c2f742b2c2a081b11117ed41d.zip
[rust] Nucleotide Count
Diffstat (limited to 'nucleotide-count/Cargo.toml')
-rw-r--r--nucleotide-count/Cargo.toml7
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]
2edition = "2018"
3name = "nucleotide-count"
4version = "1.3.0"
5
6[dependencies]
7maplit = "1.0.1"