treewide: standardize dependencies to use workspace references

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I81b701d5c1b3cd6855af5c36c7b460e56a6a6964
This commit is contained in:
raf 2026-02-10 11:54:40 +03:00
commit 2717a59fe2
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
5 changed files with 552 additions and 70 deletions

View file

@ -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"]