Skip to content

Commit

Permalink
Refactor/deps (#191)
Browse files Browse the repository at this point in the history
* remove unused deps

* remove old locales
  • Loading branch information
b-avb authored Jan 3, 2025
1 parent cc51eed commit ae6f164
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1,205 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/dist/
/static/
/.dioxus/
/.cargo

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 5 additions & 28 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,50 +6,27 @@ edition = "2021"

[dependencies]

dioxus = { version = "0.6", features = ["web", "router"] }
dioxus = { version = "0.6", features = ["router", "web"] }
dioxus-i18n = { git = "https://github.com/mrxiaozhuox/dioxus-i18n.git" }

wasm-bindgen = "0.2.99"
unic-langid = { version = "0.9.5", features = ["macros"] }
web-sys = { version = "0.3.69", features = [
"Document",
"Element",
"HtmlElement",
"HtmlBodyElement",
"Node",
"NodeList",
"Window",
"console",
"CssStyleDeclaration",
"Location",
"Navigator",
"DomRect",
"ScrollToOptions"
] }
gloo = { version = "0.11.0", features = ["timers", "futures"] }
web-sys = { version = "0.3.69", features = ["CssStyleDeclaration", "Document", "DomRect", "HtmlBodyElement", "Location", "Navigator", "NodeList", "ScrollToOptions", "Window", "console"] }
gloo = { version = "0.11.0", features = ["futures"] }
infer = "0.15.0"
mime = "0.3.17"
futures-util = "0.3.30"
uuid = { version = "1.8.0", features = ["v4"] }

sube = { package = "sube", git = "https://github.com/virto-network/virto-sdk.git", branch = "main", default-features = false, features = [
"js",
"wss",
] }
sube = { package = "sube", git = "https://github.com/virto-network/virto-sdk.git", branch = "main", features = ["js"] }

pjs = { package = "pjs", git = "https://github.com/virto-network/virto-sdk.git", branch = "feat/pjs-vault", default-features = false }

rand_core = "0.6.4"
serde = "1.0.197"
serde_json = "1.0.114"
hex = "0.4.3"
wasm-bindgen-futures = "0.4.42"
sp-core = { version = "34.0.0", default-features = false, features = ["serde"] }
reqwest = { version = "0.12.4", features = ["multipart", "json"] }
reqwest = { version = "0.12.4", features = ["json", "multipart"] }
pulldown-cmark = "0.11.0"
blake2 = "0.10.6"
chrono = "0.4.38"
manganis = "0.6.0"

[patch.crates-io]
cookie = { git = "https://github.com/S0c5/cookie-rs.git" }
Expand Down
Loading

0 comments on commit ae6f164

Please sign in to comment.