From fde2b5f84eb5f4e637db5fbbb7a33790cc78f793 Mon Sep 17 00:00:00 2001
From: Patrick Auernig <patrick.auernig@mykolab.com>
Date: Mon, 7 Aug 2023 16:56:26 +0200
Subject: [PATCH] Fix typo in Cargo.toml

It's license-file not license_file
---
 Cargo.toml                 | 2 +-
 crates/save/Cargo.toml     | 2 +-
 crates/wayfarer/Cargo.toml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 3497ab1..be40eb0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,4 +9,4 @@ members = [
 [workspace.package]
 version = "0.1.0"
 edition = "2021"
-license_file = "LICENSE"
+license-file = "LICENSE"
diff --git a/crates/save/Cargo.toml b/crates/save/Cargo.toml
index 08afaa1..67a46c1 100644
--- a/crates/save/Cargo.toml
+++ b/crates/save/Cargo.toml
@@ -2,7 +2,7 @@
 name = "jrny-save"
 version.workspace = true
 edition.workspace = true
-license_file.workspace = true
+license-file.workspace = true
 
 
 [dependencies]
diff --git a/crates/wayfarer/Cargo.toml b/crates/wayfarer/Cargo.toml
index c556023..9c8d3f1 100644
--- a/crates/wayfarer/Cargo.toml
+++ b/crates/wayfarer/Cargo.toml
@@ -2,7 +2,7 @@
 name = "wayfarer"
 version.workspace = true
 edition.workspace = true
-license_file.workspace = true
+license-file.workspace = true
 
 
 [dependencies]