Browse Source

Add some extra Cargo metadata

Getty Ritter 6 years ago
parent
commit
25aac93d2d
2 changed files with 19 additions and 1 deletions
  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]

File diff suppressed because it is too large
+ 12 - 0
LICENSE