-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
35 lines (32 loc) · 1.11 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[package]
name = "realraum_ui"
version = "0.1.1"
edition = "2021"
authors = ["Tanja <[email protected]>"]
description = "A frontend for Realraum"
documentation = "https://docs.rs/realraum_ui/latest/realraum_ui/"
homepage = "https://github.com/realraum/realraum-frontend#readme"
repository = "https://github.com/realraum/realraum-frontend"
license = "AGPL-3.0-or-later"
# keywords = []
# categories = []
include = ["/src", "/Cargo.toml", "/README.md", "/LICENSE.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { version = "0.4.26", features = ["serde"] }
console_error_panic_hook = "0.1.7"
console_log = "1.0.0"
gloo-storage = "0.3.0"
leptos = "0.6.5"
leptos_router = { version = "0.6.5", features = ["csr"] }
log = "0.4.19"
serde = { version = "1.0.166", features = ["derive", "rc"] }
uuid = { version = "1.3.4", features = ["serde", "v4", "js"] }
lazy_static = "1.4.0"
# regex = "1.9.3"
wasm-bindgen = "0.2.87"
web-sys = "0.3.64"
wasm-bindgen-futures = "0.4.37"
gloo-net = { version = "0.5.0", features = ["http"] }
gloo-console = "0.3.0"
serde_json = "1.0.105"