aboutsummaryrefslogtreecommitdiff
path: root/rust/triangle/Cargo.toml
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2021-01-01 16:10:59 +0000
committerFederico Igne <git@federicoigne.com>2021-11-03 18:55:08 +0000
commit6ddf37f5142151639c3e9948a62d6c0abd77d3b9 (patch)
tree80040e3f95813d119cc297a3d10a462b2f030c12 /rust/triangle/Cargo.toml
parent63122ddc672e2d287b9cc0e7752675cb0f70f7cf (diff)
downloadexercism-6ddf37f5142151639c3e9948a62d6c0abd77d3b9.tar.gz
exercism-6ddf37f5142151639c3e9948a62d6c0abd77d3b9.zip
[rust] Triangle
Diffstat (limited to 'rust/triangle/Cargo.toml')
-rw-r--r--rust/triangle/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/rust/triangle/Cargo.toml b/rust/triangle/Cargo.toml
new file mode 100644
index 0000000..4042a35
--- /dev/null
+++ b/rust/triangle/Cargo.toml
@@ -0,0 +1,7 @@
1[package]
2edition = "2018"
3name = "triangle"
4version = "0.0.0"
5
6[features]
7generic = []