Prepare v0.21.1

This commit is contained in:
Tim Kuehn
2020-08-02 21:05:54 -07:00
parent f65dd05949
commit e3f34917c5
4 changed files with 56 additions and 5 deletions

View File

@@ -11,6 +11,8 @@ use tokio_serde::formats::Json;
#[tokio::main]
async fn main() -> io::Result<()> {
env_logger::init();
let flags = App::new("Hello Client")
.version("0.1")
.author("Tim <tikue@google.com>")