Shorten toml lines
This commit is contained in:
parent
9bbd569971
commit
5464a54c27
3 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ edition = "2018"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[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" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,8 @@ This crate provides Ext1, Ext2, Ext3, and Ext4 for adding extensions to Activity
|
||||||
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" }
|
||||||
activitystreams-ext = { version = "0.1.0", git = "https://git.asonix.dog/asonix/activitystreams-ext" }
|
activitystreams-ext = { git = "https://git.asonix.dog/asonix/activitystreams-ext" }
|
||||||
|
|
||||||
[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" }
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
//! 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" }
|
||||||
//! activitystreams-ext = { version = "0.1.0", git = "https://git.asonix.dog/asonix/activitystreams-ext" }
|
//! activitystreams-ext = { git = "https://git.asonix.dog/asonix/activitystreams-ext" }
|
||||||
//!
|
//!
|
||||||
//! [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