treewide: standardize dependencies to use workspace references
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I81b701d5c1b3cd6855af5c36c7b460e56a6a6964
This commit is contained in:
parent
5f26fb4a61
commit
2717a59fe2
5 changed files with 552 additions and 70 deletions
|
|
@ -23,3 +23,13 @@ gray_matter = { workspace = true }
|
|||
regex = { workspace = true }
|
||||
ammonia = { workspace = true }
|
||||
dioxus-free-icons = { workspace = true }
|
||||
gloo-timers = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = ["web"]
|
||||
web = ["dioxus/web"]
|
||||
desktop = ["dioxus/desktop"]
|
||||
mobile = ["dioxus/mobile"]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue