Re-initialize app using vite.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "colorlib"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
hex = "0.4.3"
|
||||
wasm-bindgen = "0.2.92"
|
||||
Reference in New Issue
Block a user