jmelesky 4 éve
szülő
commit
69ee3d2c30
2 módosított fájl, 14 hozzáadás és 0 törlés
  1. 5 0
      .gitignore
  2. 9 0
      Cargo.toml

+ 5 - 0
.gitignore

@@ -45,3 +45,8 @@ tramp
 # Generated by Cargo
 /target/
 
+
+
+#Added by cargo
+
+/target

+ 9 - 0
Cargo.toml

@@ -0,0 +1,9 @@
+[package]
+name = "bound_variable"
+version = "0.1.0"
+authors = ["jmelesky <code@phaedrusdeinus.org>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]