library is now in the crates repo (#164)

This commit is contained in:
Alexander Kjäll 2021-07-12 09:48:17 +02:00 committed by GitHub
parent bb249d9b36
commit b6e65fb359

View file

@ -9,8 +9,8 @@
//! used by adding `yaml-rust` to the dependencies in your project's `Cargo.toml`.
//!
//! ```toml
//! [dependencies.yaml-rust]
//! git = "https://github.com/chyh1990/yaml-rust.git"
//! [dependencies]
//! yaml-rust = "0.4"
//! ```
//!
//! And this in your crate root: