mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
2581b14147
These describe the structure of all our crate dependencies.
10 lines
152 B
TOML
10 lines
152 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "graphviz"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "graphviz"
|
|
path = "lib.rs"
|
|
crate-type = ["dylib"]
|