mirror of
https://github.com/ProgrammingRust/examples
synced 2024-11-10 19:10:27 +00:00
9 lines
132 B
TOML
9 lines
132 B
TOML
|
[package]
|
||
|
name = "git-toy"
|
||
|
version = "0.1.0"
|
||
|
authors = ["You <you@example.com>"]
|
||
|
build = "build.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
libc = "0.2.23"
|