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.
17 lines
346 B
17 lines
346 B
[package] |
|
name = "tu" |
|
description = "TimeUP!" |
|
version = "0.1.0" |
|
authors = ["Julio Biason <julio.biason@gmail.com>"] |
|
edition = "2018" |
|
|
|
[dependencies] |
|
chrono = { version = "0.4", features = ["serde"] } |
|
clap = "2.34" |
|
dirs = "4.0" |
|
env_logger = "0.9" |
|
log = "*" |
|
serde = "*" |
|
serde_derive = "*" |
|
toml = "0.5" |
|
uuid = { version = "1.1", features = ["v4"] }
|
|
|