Mastodon commandline client

This commit is contained in:
Stefan Schlott 2018-09-09 20:24:25 +02:00
parent b9aa007935
commit 4998ac5321
4 changed files with 1456 additions and 0 deletions

10
toot/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "toot"
version = "0.1.0"
authors = ["Stefan Schlott <stefan@ploing.de>"]
[dependencies]
[dependencies.elefren]
version = "0.14"
features = ["toml"]