cabytcini/Cargo.toml

15 lines
307 B
TOML

[package]
name = "cabytcini"
version = "0.1.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4"
[dependencies.x11]
features = ["xlib"]
version = "2.18.2"