puppy 0.0.1

fortune but good tweets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "puppy"
version = "0.0.1"
authors = ["Kat Spiers <kathryn@spiers.me>"]
description = "fortune but good tweets"
edition = "2018"
readme = "README.md"
repository = "https://github.com/eiais/puppy.rs"
license = "MIT"
keywords = ["trans", "fortune"]
categories = ["command-line-utilities"]

[dependencies]
rand = "0.7.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"