This commit is contained in:
Roman Valls Guimera 2021-02-11 19:53:16 +11:00
parent 9bbb1a6cc9
commit 65187ff78b

View File

@ -60,7 +60,7 @@
//! Be mindful that the **Cargo.toml** should not only include `yaserde` and //! Be mindful that the **Cargo.toml** should not only include `yaserde` and
//! `yaserde_derive`, but also `xml-rs` and `log` as your dependencies... //! `yaserde_derive`, but also `xml-rs` and `log` as your dependencies...
//! //!
//! [FIXME: Explain better why YaSerDe does not pull `xml-rs` and `log` automatically?](https://github.com/media-io/yaserde/issues/22) //! [FIXME: Explain better why YaSerDe does not pull `xml-rs` and `log` automatically?](https://github.com/media-io/yaserde/issues/22)
//! //!
//!```toml //!```toml
//! [dependencies] //! [dependencies]