From 58acff54b1cd64cb23b9d0b1a304eb9db768e3eb Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 13 Aug 2023 01:27:00 +0400 Subject: Initial commit --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..79426ce --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "geng-bind" +version = "0.1.0" +edition = "2021" +links = "nauty" +build = "build.rs" + +[build-dependencies] +cc = "1.0" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3