[package] name = "gccrs-tools" version = "0.1.0" edition = "2021" license = "MIT" description = "Various tools and modules to help develop gccrs tooling and interact with the project" [dependencies] [[bin]] name = "gccrs-prefixer" path = "src/gccrs-prefixer.rs"