Rename library to nomo

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-07 10:07:47 +01:00
parent d691fb9198
commit d2e0405033
28 changed files with 92 additions and 92 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "temple"
name = "nomo"
version = "0.1.0"
edition = "2024"
@ -14,7 +14,7 @@ winnow = { version = "0.7.14", features = ["unstable-recover"] }
[dev-dependencies]
annotate-snippets = { version = "0.12.13", features = ["testing-colors"] }
insta = { version = "1.46.3", features = ["glob"] }
temple = { path = ".", features = ["serialize"] }
nomo = { path = ".", features = ["serialize"] }
[profile.dev.package]
insta.opt-level = 3