programming-rust-examples/libgit2-rs-safe/Cargo.toml

9 lines
132 B
TOML
Raw Normal View History

2017-11-28 19:32:33 +00:00
[package]
name = "git-toy"
version = "0.1.0"
authors = ["You <you@example.com>"]
build = "build.rs"
[dependencies]
libc = "0.2.23"