diff --git a/Cargo.lock b/Cargo.lock index 4a18338..619c0aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2026,7 +2026,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" [[package]] -name = "typssg-render" +name = "typssg" version = "0.1.0" dependencies = [ "typst", diff --git a/Cargo.toml b/Cargo.toml index a518959..505bfc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "typssg-render" +name = "typssg" version = "0.1.0" edition = "2021"