aboutsummaryrefslogtreecommitdiff
path: root/rust/nucleotide-count/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/nucleotide-count/Cargo.toml')
-rw-r--r--rust/nucleotide-count/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/rust/nucleotide-count/Cargo.toml b/rust/nucleotide-count/Cargo.toml
new file mode 100644
index 0000000..3eb8759
--- /dev/null
+++ b/rust/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"