Skip to content

Commit

Permalink
chore(deps): removed unused server dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenira committed Jun 4, 2023
1 parent 5a825ee commit 34b5dac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 171 deletions.
170 changes: 2 additions & 168 deletions server/Cargo.lock

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

2 changes: 0 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ serde = {version="1.0", features=["derive"]}
serde_json = "1.0"
argon2 = "0.5"
rand_core = { version = "0.6", features = ["std"] }
jsonwebtoken = "8"
protocol = { path = "../protocol" }
openssl = "0.10"
async-std = "1.12"
async-channel = "1.8"
static_init = "1"
Expand Down
1 change: 0 additions & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#[macro_use]
extern crate rocket;
extern crate openssl;
#[macro_use]
extern crate diesel;
extern crate dotenv;
Expand Down

0 comments on commit 34b5dac

Please sign in to comment.