14 lines
308 B
TOML
14 lines
308 B
TOML
[package]
|
|
name = "i3xs"
|
|
version = "0.1.0"
|
|
authors = ["Bill Thiede <git@xinu.tv>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
i3monkit = "0.1.2"
|
|
num_cpus = "1.0"
|
|
structopt = { version = "0.2", default-features = false }
|
|
|