mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
Rename project to yewprint
This commit is contained in:
parent
9cd3ed49dc
commit
608cae413c
3 changed files with 14 additions and 14 deletions
24
Cargo.lock
generated
24
Cargo.lock
generated
|
@ -28,18 +28,6 @@ dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "blueprint-rs"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"heck",
|
|
||||||
"id_tree",
|
|
||||||
"regex",
|
|
||||||
"wasm-bindgen",
|
|
||||||
"web-sys",
|
|
||||||
"yew",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "boolinator"
|
name = "boolinator"
|
||||||
version = "2.4.0"
|
version = "2.4.0"
|
||||||
|
@ -609,3 +597,15 @@ dependencies = [
|
||||||
"quote",
|
"quote",
|
||||||
"syn",
|
"syn",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "yewprint"
|
||||||
|
version = "0.1.0"
|
||||||
|
dependencies = [
|
||||||
|
"heck",
|
||||||
|
"id_tree",
|
||||||
|
"regex",
|
||||||
|
"wasm-bindgen",
|
||||||
|
"web-sys",
|
||||||
|
"yew",
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "blueprint-rs"
|
name = "yewprint"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
|
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -22,7 +22,7 @@ Installation
|
||||||
### Use as a library
|
### Use as a library
|
||||||
|
|
||||||
```toml
|
```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
|
### Development server
|
||||||
|
|
Loading…
Reference in a new issue