commit 6ce33d1d05c452f45c1b5db53b7ad96dc9cdd98b
parent 189d65c312bee9835fbc0c3f93b82364291aef0b
Author: Demonstrandum <samuel@knutsen.co>
Date: Wed, 4 Dec 2024 23:06:55 +0000
Updated license file location.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/crates/seam/Cargo.toml b/crates/seam/Cargo.toml
@@ -2,7 +2,7 @@
name = "seam"
description = "Symbolic Expressions As Markup."
keywords = ["markup", "lisp", "macro", "symbolic-expression", "sexp"]
-license-file = "LICENSE"
+license-file = "../../LICENSE"
homepage = "https://git.knutsen.co/seam"
version = "0.3.0"
authors = ["Demonstrandum <samuel@knutsen.co>"]
diff --git a/crates/seam_argparse_proc_macro/Cargo.toml b/crates/seam_argparse_proc_macro/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "seam_argparse_proc_macro"
description = "proc-macro crate for seam `arguments!` macro."
-license-file = "LICENSE"
+license-file = "../../LICENSE"
authors = ["Demonstrandum <samuel@knutsen.co>"]
edition = "2021"
version = "0.1.0"