diff options
author | Carl Lerche <me@carllerche.com> | 2015-02-20 16:43:26 -0800 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-02-20 16:43:26 -0800 |
commit | b2454c9d793dfeb946d5e12f51ad571d32fa9987 (patch) | |
tree | 81df57ea2df11147d2bb93d829b36d6e03ecd42f /nix-test | |
parent | 78f9bef3c3982ee5e00dfcda28c7d9f038f25f03 (diff) | |
download | nix-b2454c9d793dfeb946d5e12f51ad571d32fa9987.zip |
Tweak Cargo file
Diffstat (limited to 'nix-test')
-rw-r--r-- | nix-test/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-test/Cargo.toml b/nix-test/Cargo.toml index 2d581b40..6ccd381d 100644 --- a/nix-test/Cargo.toml +++ b/nix-test/Cargo.toml @@ -6,3 +6,4 @@ version = "0.0.1" authors = ["Carl Lerche <me@carllerche.com>"] homepage = "https://github.com/carllerche/nix-rust" build = "build.rs" +license = "MIT" |