rustpub 0.1.1

An implementation of the Activitypub types
Documentation
[package]
name = "rustpub"
version = "0.1.1"
authors = ["csos95 <csoscss@gmail.com>"]
edition = "2018"
description = "An implementation of the Activitypub types"
license = "MIT"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde_json = "1.0.38"

[dependencies.serde]
version = "1.0.104"
features = ["derive"]