Add license to crates

This commit is contained in:
AnActualEmerald 2022-08-26 11:35:57 -04:00
parent 83665fd450
commit 0dff536e2f
Signed by: emerald
GPG Key ID: CC76D6B296CAC8B0
2 changed files with 5 additions and 4 deletions

View File

@ -2,11 +2,10 @@
name = "cathode-tube"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
authors = ["AnActualEmerald"]
license = "GPL-3.0-or-later"
repository = "https://github.com/AnActualEmerald/cathode"
edition = "2021"
rust-version = "1.57"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -2,6 +2,8 @@
name = "ray_format"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
authors = ["AnActualEmerald"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html