My personal project and infrastructure archive
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.
 
 
 
 
 
 
nomicon/apps/cassiopeia/Cargo.toml

15 lines
458 B

[package]
name = "cassiopeia"
version = "0.3.0"
description = "Simple, low effort time tracking tool for the kookie-office ecosystem"
authors = ["Mx Kookie <kookie@spacekookie.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
repository = "https://git.spacekookie.de/kookienomicon/tree/apps/cassiopeia"
[dependencies]
chrono = "0.4"
clap = { version = "2.0", features = ["wrap_help", "suggestions", "color"] }
env_logger = "0.8"
log = "0.4"
logos = "0.11"