Init.
This commit is contained in:
commit
c7165e9327
|
@ -0,0 +1,25 @@
|
||||||
|
# Compiled files
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
*.rlib
|
||||||
|
*.dll
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
|
||||||
|
# Other
|
||||||
|
/*.png
|
||||||
|
|
||||||
|
# Generated by Cargo
|
||||||
|
Cargo.lock
|
||||||
|
**/Cargo.lock
|
||||||
|
/target/
|
||||||
|
**/target/
|
||||||
|
|
||||||
|
# My junk
|
||||||
|
/data
|
||||||
|
**/tmp
|
||||||
|
|
||||||
|
/src/junk
|
||||||
|
/bak
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
[package]
|
||||||
|
name = "hydra"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["c0gent <nsan1129@gmail.com>"]
|
||||||
|
|
||||||
|
[dependencies]
|
|
@ -0,0 +1,3 @@
|
||||||
|
fn main() {
|
||||||
|
println!("Hello, world!");
|
||||||
|
}
|
Loading…
Reference in New Issue