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 --- rust/clock/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rust/clock/Cargo.toml (limited to 'rust/clock/Cargo.toml') diff --git a/rust/clock/Cargo.toml b/rust/clock/Cargo.toml new file mode 100644 index 0000000..376e7f1 --- /dev/null +++ b/rust/clock/Cargo.toml @@ -0,0 +1,6 @@ +[package] +edition = "2018" +name = "clock" +version = "2.4.0" + +[dependencies] -- cgit v1.2.3