diff --git a/README.md b/README.md index 27c58d8..3434617 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Serde YAML [docs.rs](https://docs.rs/serde_yaml) [build status](https://github.com/dtolnay/serde-yaml/actions?query=branch%3Amaster) -This crate is a Rust library for using the [Serde] serialization framework with -data in [YAML] file format. +Rust library for using the [Serde] serialization framework with data in [YAML] +file format. _(This project is no longer maintained.)_ [Serde]: https://github.com/serde-rs/serde [YAML]: https://yaml.org/ diff --git a/src/lib.rs b/src/lib.rs index c065c4a..ca1e963 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,8 +6,8 @@ //! //!
//! -//! This crate is a Rust library for using the [Serde] serialization framework -//! with data in [YAML] file format. +//! Rust library for using the [Serde] serialization framework with data in +//! [YAML] file format. _(This project is no longer maintained.)_ //! //! [Serde]: https://github.com/serde-rs/serde //! [YAML]: https://yaml.org/