From 02481656966b0a8dfc95cf3c22bcc049660ff7d4 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sat, 26 Dec 2020 17:48:38 +0000 Subject: Move Rust exercises in a subdirectory --- nucleotide-count/Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 nucleotide-count/Cargo.toml (limited to 'nucleotide-count/Cargo.toml') diff --git a/nucleotide-count/Cargo.toml b/nucleotide-count/Cargo.toml deleted file mode 100644 index 3eb8759..0000000 --- a/nucleotide-count/Cargo.toml +++ /dev/null @@ -1,7 +0,0 @@ -[package] -edition = "2018" -name = "nucleotide-count" -version = "1.3.0" - -[dependencies] -maplit = "1.0.1" -- cgit v1.2.3