feat: added server and web base code
This commit is contained in:
10
packages/api/Cargo.toml
Normal file
10
packages/api/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "api"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
dioxus = { workspace = true, features = ["fullstack"] }
|
||||
|
||||
[features]
|
||||
server = ["dioxus/server"]
|
||||
Reference in New Issue
Block a user