Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Jul 25, 2024
1 parent 4cf8e47 commit 627839d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
39 changes: 0 additions & 39 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ authors = ["The Rust Project Developers"]
edition = "2018"

[dependencies]
fluent = "0.16"
fluent-bundle = "0.15.0"
fluent-syntax = "0.11.0"
fluent-locale = "0.10.1"
handlebars-fluent = "0.4.0"
regex = "1"
rocket = "0.5.1"
rocket_dyn_templates = { version = "0.2.0", features = ["handlebars"] }
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -19,5 +14,4 @@ reqwest = { version = "0.12.5", features = ["json"] }
toml = "0.8"
serde_json = "1.0"
rust_team_data = { git = "https://github.com/rust-lang/team" }
siphasher = "1.0.1"
percent-encoding = "2.1.0"

0 comments on commit 627839d

Please sign in to comment.