[package] 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" [dependencies] flate2 = "1.0.20" libc = "0.2.94" tar = "0.4.33" [build-dependencies] bindgen = "0.58.1" flate2 = "1.0.20" tar = "0.4.33"