2018-05-12 05:31:33 +00:00
|
|
|
[package]
|
2018-05-12 19:35:10 +00:00
|
|
|
name = "activitystreams"
|
2018-05-14 03:24:41 +00:00
|
|
|
description = "Activity Streams in Rust"
|
2018-05-12 05:31:33 +00:00
|
|
|
version = "0.1.0"
|
2018-05-12 20:14:43 +00:00
|
|
|
license = "GPL-3.0"
|
2018-05-12 05:31:33 +00:00
|
|
|
authors = ["asonix <asonix.dev@gmail.com>"]
|
2018-05-12 20:14:43 +00:00
|
|
|
repository = "https://github.com/asonix/activitystreams"
|
|
|
|
keywords = ["activitystreams", "activitypub"]
|
2018-05-12 05:31:33 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2018-05-14 03:24:41 +00:00
|
|
|
activitystreams-traits = { version = "0.1", path = "activitystreams-traits" }
|
|
|
|
activitystreams-types = { version = "0.1", path = "activitystreams-types" }
|
|
|
|
|
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"activitystreams-derive",
|
|
|
|
"activitystreams-traits",
|
|
|
|
"activitystreams-types",
|
|
|
|
]
|