diff options
author | notgne2 | 2020-09-29 15:10:06 -0700 |
---|---|---|
committer | notgne2 | 2020-09-29 15:10:06 -0700 |
commit | 8d21dd335e5259dadf832a5d1a7c72b9dd1f4400 (patch) | |
tree | bc73e231777d5e0f7f2efa8e9a760a34e95950d1 /Cargo.toml | |
parent | e3c55575ca6bfd0c9166c52b4aac76b3761bb313 (diff) |
Add license information, reformat Nix files, clean up
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@ +# SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> +# +# SPDX-License-Identifier: MPL-2.0 + [package] name = "deploy-rs" version = "0.1.0" -authors = ["notgne2 <gen2@gen2.space>"] +authors = ["Serokell <https://serokell.io/>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |