forked from alemi/upub
alemi
c69027638f
actor, webfinger, activity, object thanks gargron https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/
11 lines
305 B
TOML
11 lines
305 B
TOML
[package]
|
|
name = "anwt"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chrono = { version = "0.4.31", features = ["serde"] }
|
|
serde = { version = "1.0.193", features = ["derive"] }
|
|
serde_json = "1.0.108"
|