Initial commit.
This commit is contained in:
commit
936ea3d853
40 changed files with 6851 additions and 0 deletions
13
web/Cargo.toml
Normal file
13
web/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "web"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
dioxus = { workspace = true, features = ["router"] }
|
||||
ui = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
web = ["dioxus/web"]
|
||||
server = ["dioxus/server"]
|
Loading…
Add table
Add a link
Reference in a new issue