From 6ddf37f5142151639c3e9948a62d6c0abd77d3b9 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Fri, 1 Jan 2021 16:10:59 +0000 Subject: [rust] Triangle --- rust/triangle/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rust/triangle/Cargo.toml (limited to 'rust/triangle/Cargo.toml') 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 @@ +[package] +edition = "2018" +name = "triangle" +version = "0.0.0" + +[features] +generic = [] -- cgit v1.2.3