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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

15 lines
357 B

[package]
name = "gui_web"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ai_core = { git = "https://git.ruthenic.com/xTymon/ai-gui", rev = "a847557914" }
leptos = "0.2.5"
tracing = "0.1.37"
tracing-wasm = "0.2.1"
gloo-net = "0.2.6"
serde_json = "1.0.96"