aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-05-14 19:36:19 -0600
committerMelody Horn <melody@boringcactus.com>2021-05-14 19:36:19 -0600
commit0e2632a72f9d59d27b6938ce770e6ebf497458c9 (patch)
tree325761c063300478901160bfacea7e3dc1c4e527 /Cargo.toml
parentca72a896dcbf631971a564413bd684bb637b747e (diff)
downloadtcl-sys-0e2632a72f9d59d27b6938ce770e6ebf497458c9.tar.gz
tcl-sys-0e2632a72f9d59d27b6938ce770e6ebf497458c9.zip
pass the tests locally on linux-gnu
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
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 <melody@boringcactus.com>"]
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"