apread 0.1.0

An activity pub feed reader for the command line
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
description = "An activity pub feed reader for the command line"
edition = "2021"
homepage = "https://github.com/esmevane/apread"
license = "MIT"
name = "apread"
repository = "https://github.com/esmevane/apread"
version = "0.1.0"
[profile.dist]
debug = true
inherits = "release"
split-debuginfo = "packed"