seam

Symbolic-Expressions As Markup.
git clone git://git.knutsen.co/seam
Log | Files | Refs | README | LICENSE

commit 71f2b6bd4568ec40a795a2ebba824f52d511f2ed
parent f2ee5a5b70a163e13f3e8914d61d5a0b126cb45d
Author: Demonstrandum <moi@knutsen.co>
Date:   Sat, 10 Oct 2020 20:20:34 +0100

Fix syntax.

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/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.1.2" authors = ["Demonstrandum <moi@knutsen.co>"]