diff --git a/Cargo.toml b/Cargo.toml
index aa5905c125d3828c3a5e14d9f582dfa746d44757..7214de5b583bded988042642e4efe1e5b79342c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,12 +2,12 @@
 name = "micro_autotile"
 version = "0.1.0"
 edition = "2021"
-
+license = "Apache-2.0"
 description = "A rusty implementation of LDTK autotiling"
-
 authors = [
     "Louis Capitanchik <louis@microhacks.co.uk>"
 ]
+repository = "https://lab.lcr.gr/microhacks/micro_autotile"
 
 [features]
 default = ["impl_fastrand"]