mirror of
https://github.com/Nutomic/ibis.git
synced 2024-12-26 02:01:22 +00:00
13 lines
297 B
TOML
13 lines
297 B
TOML
|
[package]
|
||
|
name = "frontend"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
leptos = { version = "0.5.4", features = ["csr"] }
|
||
|
reqwest = { version = "0.11.22", features = ["json"] }
|
||
|
console_log = "1"
|
||
|
console_error_panic_hook = "0.1"
|
||
|
log = "0.4"
|
||
|
serde = { version = "1", features = ["derive"] }
|