activitystreams/activitystreams-ext/Cargo.toml

21 lines
609 B
TOML
Raw Normal View History

2020-07-25 21:59:15 +00:00
[package]
name = "activitystreams-ext"
2020-07-25 22:06:27 +00:00
version = "0.1.0-alpha.0"
2020-07-25 21:59:15 +00:00
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/activitystreams-ext"
2020-07-25 22:06:27 +00:00
documentation = "https://docs.rs/activitystreams-ext"
2020-07-25 21:59:15 +00:00
readme = "README.md"
keywords = ["activitystreams", "activitypub"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-07-25 22:06:27 +00:00
activitystreams = { version = "0.7.0-alpha.0", path = ".." }
2020-07-25 21:59:15 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[dev-dependencies]
anyhow = "1.0"