mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
14 lines
185 B
TOML
14 lines
185 B
TOML
[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"]
|
|
|