Eakam1007 / rost_gen

A simple static site generator built using Rust
MIT License
0 stars 3 forks source link

Get version info from Cargo.toml file #29

Closed Eakam1007 closed 1 year ago

Eakam1007 commented 1 year ago

Resolves #24

Replaced a string literal with call to env!() macro to read version info from Cargo.toml file.