From d79f2658d40c5c420adbccc195382b777a603e18 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 20 Nov 2023 08:54:11 -0600 Subject: [PATCH] fixed Cargo.toml field --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91946aa..f3a6c83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bibliofile" version = "0.1.0" edition = "2021" -licence-file = "LICENSE" +license-file = "LICENSE" description = "A TUI epub reader inspired by DOS-era programs" readme="README.md" documentation = "https://git.whoisthisjoker.com/Daniel/bibliofile#bibliofile"