aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d4f996068850797e8709a94e59899fe336285ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
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"

[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"