aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2019-12-10 18:16:34 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2019-12-10 18:16:34 -0500
commit9b3f216f66d5d3b2b37dd670b81de41da0f97bd0 (patch)
tree01554d7ba7df09dea1b3939eb897f9897275f55d /Cargo.toml
parent1dec32c37ac2f563e164021c9f21052f11fd1d20 (diff)
License all code under GPL-3.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2aea2b3..948d163 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "dev-suite"
version = "0.1.0"
authors = ["Michael Gattozzi <mgattozzi@gmail.com>"]
edition = "2018"
+license = "GPL-3.0"
[[bin]]
name = "ds"