Add LICENSE file and specify license in Cargo.toml
This commit is contained in:
parent
169b4f1d77
commit
578b4bb16d
2 changed files with 675 additions and 0 deletions
|
@ -3,6 +3,7 @@ name = "openvcs"
|
|||
version = "0.1.0"
|
||||
description = "OpenVCS: a lightweight, highly customizable Git GUI built on Rust & Tauri"
|
||||
authors = ["Jordon Brooks"]
|
||||
license = "GPL-3.0-or-later"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue