diff --git a/Cargo.lock b/Cargo.lock index e4f8df9..ceec530 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,18 +28,6 @@ dependencies = [ "serde", ] -[[package]] -name = "blueprint-rs" -version = "0.1.0" -dependencies = [ - "heck", - "id_tree", - "regex", - "wasm-bindgen", - "web-sys", - "yew", -] - [[package]] name = "boolinator" version = "2.4.0" @@ -609,3 +597,15 @@ dependencies = [ "quote", "syn", ] + +[[package]] +name = "yewprint" +version = "0.1.0" +dependencies = [ + "heck", + "id_tree", + "regex", + "wasm-bindgen", + "web-sys", + "yew", +] diff --git a/Cargo.toml b/Cargo.toml index 27e3f29..eaa8cb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "blueprint-rs" +name = "yewprint" version = "0.1.0" authors = ["Cecile Tonglet "] edition = "2018" diff --git a/README.md b/README.md index 58dd892..d2d6332 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Installation ### Use as a library ```toml -blueprint-rs = { git = "https://github.com/cecton/blueprint-rs.git", branch = "main" } +yewprint = { git = "https://github.com/cecton/yewprint.git", branch = "main" } ``` ### Development server