Shorten toml lines

This commit is contained in:
asonix 2020-05-17 19:33:10 -05:00
parent a4dfa00f2b
commit 64079b9d87
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ __A set of Traits and Types that make up the ActivityStreams and ActivityPub spe
First, add ActivityStreams to your dependencies First, add ActivityStreams to your dependencies
```toml ```toml
[dependencies] [dependencies]
activitystreams-new = { version = "0.1.0", git = "https://git.asonix.dog/asonix/activitystreams-sketch" } activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch" }
[patch.crates-io] [patch.crates-io]
typed-builder = { git = "https://git.asonix.dog/asonix/typed-builder" } typed-builder = { git = "https://git.asonix.dog/asonix/typed-builder" }

View file

@ -6,7 +6,7 @@
//! First, add ActivityStreams to your dependencies //! First, add ActivityStreams to your dependencies
//! ```toml //! ```toml
//! [dependencies] //! [dependencies]
//! activitystreams-new = { version = "0.1.0", git = "https://git.asonix.dog/asonix/activitystreams-sketch" } //! activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch" }
//! //!
//! [patch.crates-io] //! [patch.crates-io]
//! typed-builder = { git = "https://git.asonix.dog/asonix/typed-builder" } //! typed-builder = { git = "https://git.asonix.dog/asonix/typed-builder" }