Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daheige authored Feb 23, 2024
1 parent 57364ed commit d2c029b
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,7 @@
- https://crates.io/crates/serde_yaml

# dependencies
```toml
[dependencies]
# tokio-comp for tokio async support
redis = { version ="0.24.0",features = ["r2d2","tokio-comp","cluster","cluster-async","json"]}
r2d2 = "0.8.10"
sqlx = { version = "0.7.3", features = [ "runtime-tokio-rustls" , "mysql","chrono"] }
tokio = { version = "1.35.1", features = ["full"] }
futures = "0.3.30"
chrono = "0.4.33"

# pulsar
pulsar = "6.1.0"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"

#serde yaml for config read
serde_yaml = "0.9.30"
```
[Cargo.toml](https://github.com/rs-god/rs-infras/blob/main/Cargo.toml)

# license
MIT

0 comments on commit d2c029b

Please sign in to comment.