Linkify TOML in README
This commit is contained in:
parent
a96209eba2
commit
7316b53d56
|
@ -4,10 +4,12 @@
|
|||
|
||||
[Documentation](http://alexcrichton.com/toml-rs/toml/index.html)
|
||||
|
||||
A TOML decoder and encoder for Rust. This library is currently compliant with
|
||||
A [TOML][toml] decoder and encoder for Rust. This library is currently compliant with
|
||||
the v0.4.0 version of TOML. This library will also likely continue to stay up to
|
||||
date with the TOML specification as changes happen.
|
||||
|
||||
[toml]: https://github.com/toml-lang/toml
|
||||
|
||||
```toml
|
||||
# Cargo.toml
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue