Skip to content

Commit

Permalink
Merge pull request #31 from CoLearn-Dev/init-script
Browse files Browse the repository at this point in the history
- init script
- hash mq routing key
- fix generate_token
- remove openssl
  • Loading branch information
stneng authored Oct 3, 2022
2 parents 9882e87 + c8263b2 commit e61c503
Show file tree
Hide file tree
Showing 14 changed files with 338 additions and 162 deletions.
152 changes: 40 additions & 112 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "colink-server"
version = "0.1.12"
version = "0.1.13"
edition = "2021"

[dependencies]
Expand All @@ -10,14 +10,14 @@ futures-lite = "1.12"
hex = "0.4"
jsonwebtoken = "7.2"
lapin = "2.1"
openssl = "0.10"
passwords = "3.1"
prost = "0.10"
rand = { version = "0.8.4", features = ["std_rng"] }
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls-native-roots"] }
secp256k1 = { version = "0.21.2", features = ["rand-std"] }
serde = "1.0"
serde_json = "1.0"
sha2 = "0.10"
structopt = "0.3"
tokio = { version = "1.18", features = ["macros", "rt-multi-thread", "rt", "fs"] }
toml = "0.5"
Expand Down
Loading

0 comments on commit e61c503

Please sign in to comment.