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/koffice/invoice/Cargo.toml

13 lines
390 B

[package]
name = "invoice"
version = "0.2.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
edition = "2018"
[dependencies]
chrono = { version = "0.4", features = [ "serde" ] }
clap = { version = "2.0", features = [ "wrap_help", "color", "suggestions" ] }
libko = { path = "../libko", version = "*" }
serde = { version = "1.0", features = [ "derive" ] }
env_logger = "0.8"
log = "0.4"