From 0e2632a72f9d59d27b6938ce770e6ebf497458c9 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 14 May 2021 19:36:19 -0600 Subject: pass the tests locally on linux-gnu --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0050fd5..53943d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,10 +3,12 @@ name = "tcl-sys" version = "0.1.0" authors = ["Melody Horn "] edition = "2018" +description = "bindings to the Tcl C API" +license = "BlueOak-1.0.0" +keywords = ["tcl", "bindings"] +categories = ["external-ffi-bindings"] links = "tcl" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] libc = "0.2.94" -- cgit v1.2.3