[package] name = "sb-rust-library" version = "0.1.7" authors = ["Samuel Bryant "] edition = "2018" license-file = "LICENSE" keywords = ["utility", "graphics", "plot"] include = ["src/**/*", "Cargo.toml"] publish = true homepage = "https://gitlab.com/sicklybeans/sb-rust-library" description = "Basic library providing common functionality I reuse in many of my projects" [dependencies] image = "0.23.12" indicatif = "0.15.0"