You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
227 B
14 lines
227 B
5 years ago
|
[package]
|
||
|
name = "tu"
|
||
|
description = "TimeUP!"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Julio Biason <julio.biason@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
chrono = "0.4.11"
|
||
|
clap = "2.33.0"
|
||
|
serde = "*"
|
||
|
serde_derive = "*"
|
||
|
toml = "0.5"
|