Initial commit.
This commit is contained in:
commit
01f3f6ddf6
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/target
|
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "indivisible"
|
||||
version = "0.1.0"
|
||||
authors = ["Nicolás Ortega Froysa <naortega@themusicinnoise.net>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
2
src/main.rs
Normal file
2
src/main.rs
Normal file
@ -0,0 +1,2 @@
|
||||
fn main() {
|
||||
}
|
Loading…
Reference in New Issue
Block a user