[package] name = "ninja-files-data2" version = "0.1.0" edition = "2021" description = "Core data structures for ninja files" repository = "https://git.sr.ht/~declantsien/ninja-files" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bumpalo = {version="3", features=["collections"]} camino = "1.1"