[package] name = "maixnor-super-amazing-component-lib" description = "Just maixnor's super amazing component library. Of course 100% production ready, definelty not just for testing purposes!!!" license = "MIT" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gloo-net = "0.2" serde = { version = "1.0", features = ["derive"] } wasm-bindgen-futures = "0.4" yew = { version = "0.20", features = ["csr"] }