set cargo license

This commit is contained in:
Robin Appelman 2025-10-12 14:38:36 +02:00
commit e561f81c77

View file

@ -3,6 +3,7 @@ name = "originfox"
description = "Save download origin data to extended attributes" description = "Save download origin data to extended attributes"
version = "1.0.0" version = "1.0.0"
edition = "2024" edition = "2024"
license = "MIT"
[dependencies] [dependencies]
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }