Skip to content

Commit

Permalink
chore: unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Dec 26, 2024
1 parent af15d01 commit 3e7c69b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions src-tauri/Cargo.lock

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

3 changes: 0 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ thiserror = "2.0"

# Generic
void = "1"
rand = "0.8"
directories = "5.0"
once_cell = "1.16.0"

Expand All @@ -45,7 +44,6 @@ sysinfo = "0.29"

# Data
regex = "1.7.0"
urlencoding = "2.1"
uuid = { version = "1.2", features = ["serde", "v4"] }
chrono = { version = "0.4", features = ["serde"] }

Expand All @@ -65,7 +63,6 @@ reqwest = { version = "0.12", features = ["json"] }
# Framework for serializing and deserializing data
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8.19"

# MS Authentication support
azalea-auth = { git = "https://github.com/CCBlueX/azalea.git", branch = "custom_auth", package = "azalea-auth" }
Expand Down

0 comments on commit 3e7c69b

Please sign in to comment.