Shorten toml lines
This commit is contained in:
parent
a4dfa00f2b
commit
64079b9d87
2 changed files with 2 additions and 2 deletions
|
@ -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" }
|
||||||
|
|
|
@ -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" }
|
||||||
|
|
Loading…
Reference in a new issue