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.
16 lines
304 B
16 lines
304 B
[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" |
|
uuid = { version = "0.8", features = ["v4"] } |
|
log = "*" |
|
env_logger = "0.7.1"
|
|
|