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

17 lines
325 B

[package]
name = "libko"
version = "1.0.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
edition = "2018"
[dependencies]
serde = { version = "1.0", features = [ "derive" ] }
serde_yaml = "*"
logos = "0.11"
chrono = { version = "0.4", features = [ "serde" ] }
xdg = "2.2.0"
colored = "2.0"
env_logger = "*"
log = "*"