This commit is contained in:
Max Brunsfeld 2019-01-17 17:16:04 -08:00
parent cbcc61a8cf
commit ed195de8b6
15 changed files with 170 additions and 143 deletions

View file

@ -1,4 +1,4 @@
use std::{io, env, fs};
use std::{env, fs, io};
fn main() {
let git_sha = read_git_sha().unwrap();