library is now in the crates repo (#164)
This commit is contained in:
parent
bb249d9b36
commit
b6e65fb359
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
||||||
//! used by adding `yaml-rust` to the dependencies in your project's `Cargo.toml`.
|
//! used by adding `yaml-rust` to the dependencies in your project's `Cargo.toml`.
|
||||||
//!
|
//!
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies.yaml-rust]
|
//! [dependencies]
|
||||||
//! git = "https://github.com/chyh1990/yaml-rust.git"
|
//! yaml-rust = "0.4"
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! And this in your crate root:
|
//! And this in your crate root:
|
||||||
|
|
Loading…
Reference in a new issue