From 8c284ecc05e233bdc7b068eda96de976af8b6fba Mon Sep 17 00:00:00 2001 From: Brent Schroeter Date: Fri, 12 Dec 2025 20:01:58 +0000 Subject: [PATCH] fix typo in `license-file` field --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6982e4e..81facb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = ["phono-*"] [workspace.package] edition = "2024" license = "AGPL-3.0-or-later" -license_file = "LICENSE" +license-file = "LICENSE" version = "0.0.1" [workspace.dependencies]