clarify licenses and add cargo deny

This commit is contained in:
Sebastian Hugentobler 2024-05-20 12:00:39 +02:00
parent bdd4c935a3
commit a5aa57148f
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
6 changed files with 926 additions and 183 deletions

View file

@ -2,6 +2,9 @@
name = "migration"
version = "0.1.0"
edition = "2021"
license = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
publish = false
[lib]