浏览代码

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