mirror of
https://github.com/Tim-Paik/neutauri.git
synced 2024-10-12 23:29:41 +00:00
first commit
This commit is contained in:
1
neutauri_bundler/.gitignore
vendored
Normal file
1
neutauri_bundler/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/target
|
6
neutauri_bundler/Cargo.toml
Normal file
6
neutauri_bundler/Cargo.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[package]
|
||||
edition = "2021"
|
||||
name = "neutauri_bundler"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
3
neutauri_bundler/src/main.rs
Normal file
3
neutauri_bundler/src/main.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Reference in New Issue
Block a user