[package] name = "gitversion_build" version = "0.1.3" edition = "2021" authors = ["zhangchao "] description = "Build crate with versions by gitversion" homepage = "https://github.com/zhangchaoza/gitversion_build_rs" repository = "https://github.com/zhangchaoza/gitversion_build_rs" license = "MIT" [dependencies] serde = { version = "1.0.209", features = ["serde_derive"] } serde_json = "1.0.127"