ソースを参照

Add some extra Cargo metadata

Getty Ritter 7 年 前
コミット
25aac93d2d
2 ファイル変更19 行追加1 行削除
  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]

ファイルの差分が大きいため隠しています
+ 12 - 0
LICENSE