30 lines
781 B
TOML
30 lines
781 B
TOML
[package]
|
|
name = "hemma_web"
|
|
version = "0.2.0"
|
|
authors = ["Joakim Hulthe <joakim@hulthe.net"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
seed = "0.10.0"
|
|
wasm-bindgen = "=0.2.87" # must match Trunk.toml
|
|
serde = { version = "1.0.0", features = ['derive'] }
|
|
ron = "0.7.1"
|
|
chrono = { version = "0.4.20", features = ["serde"] }
|
|
gloo-net = { version = "0.4.0", default-features = false, features = ["websocket"] }
|
|
gloo-console = "0.3.0"
|
|
|
|
[dependencies.css_typegen]
|
|
git = "https://github.com/hulthe/css_typegen.git"
|
|
branch = "master"
|
|
|
|
[dependencies.common]
|
|
path = "../common"
|
|
|
|
[dependencies.lighter_lib]
|
|
git = "https://git.nubo.sh/hulthe/lighter.git"
|
|
#path = "../../lighter/lib"
|
|
|
|
[dependencies.seed_router]
|
|
git = "https://git.nubo.sh/hulthe/seed_router.git"
|
|
#path = "../../seed_router/seed_router"
|