aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-08-25 15:46:29 +0000
committerXe Iaso <me@christine.website>2022-08-25 15:46:29 +0000
commit65dc4554ed4f17782720477dfa6573ec41a942e1 (patch)
tree3c49ffc863388da8948c299acfd6438f3bba7c61
parent7f7460e0002f6ef0df739031bf5fcee382398273 (diff)
downloadxesite-65dc4554ed4f17782720477dfa6573ec41a942e1.tar.xz
xesite-65dc4554ed4f17782720477dfa6573ec41a942e1.zip
Add license to all crates in this repo
Signed-off-by: Xe Iaso <me@christine.website>
-rw-r--r--Cargo.toml1
-rw-r--r--flake.nix1
-rw-r--r--lib/cfcache/Cargo.toml1
-rw-r--r--lib/mi/Cargo.toml1
-rw-r--r--lib/patreon/Cargo.toml1
-rw-r--r--lib/xesite_types/Cargo.toml2
6 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b426b80..9b48fe0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Xe Iaso <me@xeiaso.net>"]
edition = "2018"
build = "src/build.rs"
repository = "https://github.com/Xe/site"
+license = "zlib"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/flake.nix b/flake.nix
index 4d33601..169e701 100644
--- a/flake.nix
+++ b/flake.nix
@@ -78,6 +78,7 @@
cargo
rust-analyzer
cargo-watch
+ cargo-license
rustfmt
# system dependencies
diff --git a/lib/cfcache/Cargo.toml b/lib/cfcache/Cargo.toml
index 81fcdb3..c272906 100644
--- a/lib/cfcache/Cargo.toml
+++ b/lib/cfcache/Cargo.toml
@@ -3,6 +3,7 @@ name = "cfcache"
version = "0.1.0"
authors = ["Xe Iaso <me@xeiaso.net>"]
edition = "2018"
+license = "zlib"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/lib/mi/Cargo.toml b/lib/mi/Cargo.toml
index 1a073d6..97bbbf0 100644
--- a/lib/mi/Cargo.toml
+++ b/lib/mi/Cargo.toml
@@ -3,6 +3,7 @@ name = "mi"
version = "0.1.0"
authors = ["Xe Iaso <me@xeiaso.net>"]
edition = "2018"
+license = "zlib"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/lib/patreon/Cargo.toml b/lib/patreon/Cargo.toml
index b4d0e87..e207adf 100644
--- a/lib/patreon/Cargo.toml
+++ b/lib/patreon/Cargo.toml
@@ -3,6 +3,7 @@ name = "patreon"
version = "0.1.0"
authors = ["Xe Iaso <me@xeiaso.net>"]
edition = "2018"
+license = "zlib"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/lib/xesite_types/Cargo.toml b/lib/xesite_types/Cargo.toml
index 5aec478..3d72524 100644
--- a/lib/xesite_types/Cargo.toml
+++ b/lib/xesite_types/Cargo.toml
@@ -2,6 +2,8 @@
name = "xesite_types"
version = "0.1.0"
edition = "2021"
+authors = ["Xe Iaso <me@xeiaso.net>"]
+license = "zlib"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html