[package] name = "owners" version = "0.1.0" authors = ["Chris Fung "] repository = "https://github.com/aergonaut/owners-rs" homepage = "https://github.com/aergonaut/owners-rs" readme = "README.md" license = "MIT OR Apache-2.0" description = "Parsing of OWNERS files in Rust" [dependencies] nom = "2.2.1" glob = "0.2.11"