1
0
Fork 0
rust-actix/Cargo.toml

11 lines
269 B
TOML
Raw Normal View History

2022-03-21 19:35:53 +01:00
[package]
name = "actix-example"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
yew = { git = "https://github.com/yewstack/yew/", features = ["ssr"] }