From d8ba4ec621d7cf169be97c8fc5e6f1db919681c9 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 14 May 2021 17:39:57 -0600 Subject: pass the tests locally on msvc --- Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..6251462 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "tcl-sys" +version = "0.1.0" +authors = ["Melody Horn "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +libc = "0.2.94" + +[build-dependencies] +bindgen = "0.58.1" +flate2 = "1.0.20" +tar = "0.4.33" -- cgit v1.2.3