blob: dc7504856baa1d47e06dbafd9c766764b7008103 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
authors = ["The Tor Project"]
version = "0.0.1"
name = "c_string"
[dependencies]
libc = "0.2.22"
[lib]
name = "c_string"
path = "ffi.rs"
crate_type = ["rlib", "staticlib"]
|