diff options
| author | Federico Igne <git@federicoigne.com> | 2021-01-01 16:10:59 +0000 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-11-03 18:55:08 +0000 |
| commit | 6ddf37f5142151639c3e9948a62d6c0abd77d3b9 (patch) | |
| tree | 80040e3f95813d119cc297a3d10a462b2f030c12 /rust/triangle/Cargo.toml | |
| parent | 63122ddc672e2d287b9cc0e7752675cb0f70f7cf (diff) | |
| download | exercism-6ddf37f5142151639c3e9948a62d6c0abd77d3b9.tar.gz exercism-6ddf37f5142151639c3e9948a62d6c0abd77d3b9.zip | |
[rust] Triangle
Diffstat (limited to 'rust/triangle/Cargo.toml')
| -rw-r--r-- | rust/triangle/Cargo.toml | 7 |
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] | ||
| 2 | edition = "2018" | ||
| 3 | name = "triangle" | ||
| 4 | version = "0.0.0" | ||
| 5 | |||
| 6 | [features] | ||
| 7 | generic = [] | ||
