Add a license

This commit is contained in:
Graham Christensen 2023-06-26 11:25:17 -04:00
parent 729e82c4cc
commit 83d7fb865a
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
name = "gha-cache"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.68"

View file

@ -2,6 +2,7 @@
name = "magic-nix-cache"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
[dependencies]
gha-cache = { path = "../gha-cache" }