@ -0,0 +1,2 @@
target
Cargo.lock
@ -0,0 +1,7 @@
[package]
name = "gntag"
version = "0.1.0"
edition = "2018"
authors = ["Adrian Heine <mail@adrianheine.de>"]
[dependencies]
@ -0,0 +1,3 @@
tab_spaces = 2
use_try_shorthand = true
use_field_init_shorthand = true
fn main() {
println!("Hello, world!");
}