feat: added cargo and clippy
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["packages/web", "packages/api"]
|
||||
|
||||
[workspace.dependencies]
|
||||
dioxus = { version = "0.7.1" }
|
||||
|
||||
# workspace
|
||||
api = { path = "packages/api" }
|
||||
Reference in New Issue
Block a user