aboutsummaryrefslogtreecommitdiff
path: root/rust/sieve/Cargo.toml
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2020-12-29 09:27:22 +0000
committerFederico Igne <git@federicoigne.com>2021-11-03 18:55:08 +0000
commitbfe7a2e6d7e51b3973a169e592c7f507a7d96c2c (patch)
treec38e5697443b310a7035a10c04b46b3796202962 /rust/sieve/Cargo.toml
parentf7620da880e3dade5fdce6fd0f51f290d4353654 (diff)
downloadexercism-bfe7a2e6d7e51b3973a169e592c7f507a7d96c2c.tar.gz
exercism-bfe7a2e6d7e51b3973a169e592c7f507a7d96c2c.zip
[rust] Sieve
Diffstat (limited to 'rust/sieve/Cargo.toml')
-rw-r--r--rust/sieve/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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 @@
1[package]
2edition = "2018"
3name = "sieve"
4version = "1.1.0"