Explorar el Código

Add some extra Cargo metadata

Getty Ritter hace 7 años
padre
commit
25aac93d2d
Se han modificado 2 ficheros con 19 adiciones y 1 borrados
  1. 7 1
      Cargo.toml
  2. 12 0
      LICENSE

+ 7 - 1
Cargo.toml

@@ -1,6 +1,12 @@
 [package]
 name = "cab"
 version = "0.1.0"
-authors = ["Getty Ritter <gdritter@galois.com>"]
+authors = ["Getty Ritter <cab@infinitenegativeutility.com>"]
+license = "BSD3"
+description = "A convenience wrapper for Haskell's new-style builds"
+
+[[bin]]
+path = "src/main.rs"
+name = "cab"
 
 [dependencies]

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 12 - 0
LICENSE