From bfe7a2e6d7e51b3973a169e592c7f507a7d96c2c Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Tue, 29 Dec 2020 09:27:22 +0000 Subject: [rust] Sieve --- rust/sieve/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rust/sieve/Cargo.toml (limited to 'rust/sieve/Cargo.toml') diff --git a/rust/sieve/Cargo.toml b/rust/sieve/Cargo.toml new file mode 100644 index 0000000..3af9123 --- /dev/null +++ b/rust/sieve/Cargo.toml @@ -0,0 +1,4 @@ +[package] +edition = "2018" +name = "sieve" +version = "1.1.0" -- cgit v1.2.3