Initial commit

This commit is contained in:
2022-11-27 01:37:29 -05:00
commit 636cbea59c
21 changed files with 2402 additions and 0 deletions

4
build.rs Normal file
View File

@@ -0,0 +1,4 @@
use anyhow::Result;
use vergen::{vergen, Config};
fn main() -> Result<()> { vergen(Config::default()) }