[package] name = "picard-core" version = "0.0.1" edition = "2021" license = "MIT" repository = "https://github.com/adryzz/picard-rs" description = "Rust port of the picasso shader compiler" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byteorder = "1.4.3" thiserror = "1.0.44"