[package] name = "styx" version = "0.1.0" authors = ["Brian Hardock "] edition = "2018" license = "MIT" homepage = "https://github.com/fibonacci1729/styx" repository = "https://github.com/fibonacci1729/styx" description = "TODO" documentation = "https://github.com/fibonacci1729/styx" [lib] path = "src/lib.rs" name = "styx" [[bin]] path = "src/main.rs" name = "sytx" [dependencies]