blob: e85d88a5793b72fd0f696dfe66a93a09bccf9c41 [file] [log] [blame]
[package]
name = "allow-license"
version = "0.1.0"
authors = ["Jake Shadle <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2018"
[[bin]]
name = "allow-license"
path = "main.rs"
[dependencies]
shared = { path = "../shared" }
las = { version = "=0.7.7", features = ["laz"] }