diff options
Diffstat (limited to 'nix-test/Cargo.toml')
-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" |