You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fast-insiders/client/Cargo.toml

21 lines
641 B

[package]
name = "client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { workspace = true, features = ["serde"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
dotenvy = { workspace = true }
envy = { workspace = true }
perseus = { version = "0.3.6", features = ["hydrate"] }
sycamore = { version = "0.7.1", features = ["ssr", "serde", "futures"] }
reqwasm = "0.5.0"
[dev-dependencies]
fantoccini = "0.19.3"
tokio = { version = "=1.20.1", features = ["macros", "rt", "rt-multi-thread"] }