first commit

This commit is contained in:
2022-01-27 01:02:17 +08:00
commit 561e19e732
10 changed files with 2019 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
/target
+6
View File
@@ -0,0 +1,6 @@
[package]
edition = "2021"
name = "neutauri_bundler"
version = "0.1.0"
[dependencies]
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}