commit 8f18ae664e32dd9d22304be4753169998ae62f11
parent 6ce33d1d05c452f45c1b5db53b7ad96dc9cdd98b
Author: Demonstrandum <samuel@knutsen.co>
Date: Wed, 4 Dec 2024 23:11:31 +0000
Added back README file field to Cargo.toml
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -215,7 +215,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "seam"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"chrono",
"colored",
diff --git a/crates/seam/Cargo.toml b/crates/seam/Cargo.toml
@@ -3,8 +3,9 @@ name = "seam"
description = "Symbolic Expressions As Markup."
keywords = ["markup", "lisp", "macro", "symbolic-expression", "sexp"]
license-file = "../../LICENSE"
+readme = "../../README.md"
homepage = "https://git.knutsen.co/seam"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Demonstrandum <samuel@knutsen.co>"]
edition = "2021"