Initial commit.

This commit is contained in:
2021-02-26 17:58:58 +01:00
commit 01f3f6ddf6
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
/target
+9
View 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
View File
@@ -0,0 +1,2 @@
fn main() {
}