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 --- simple-linked-list/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 simple-linked-list/Cargo.toml (limited to 'simple-linked-list/Cargo.toml') diff --git a/simple-linked-list/Cargo.toml b/simple-linked-list/Cargo.toml deleted file mode 100644 index 25a62e7..0000000 --- a/simple-linked-list/Cargo.toml +++ /dev/null @@ -1,6 +0,0 @@ -[package] -edition = "2018" -name = "simple_linked_list" -version = "0.1.0" - -[dependencies] -- cgit v1.2.3