-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (22 loc) · 832 Bytes
/
Copy pathCargo.toml
File metadata and controls
29 lines (22 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "api"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = { version = "4"}
actix-cors = "0.6.1"
ts-rs = "6.2"
redis = { version = "0.22.1", features = ["tokio-comp", "connection-manager"] }
# redis_ts = { version = "0.4.1", features = ['tokio-comp'] }
redis_ts = { git= "https://github.com/ISickMan/redis_ts", features = ["tokio-comp"] }
env_logger = "0.9.0"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.59"
mysql = "*"
cxx = "1.0"
hex = "0.4"
#chartgen = { git = "https://github.com/ItsSickGuy/ChartGen" }
# sickpool = {git = "https://github.com/ItsSickGuy/SickPool"}
#[patch]
# chartgen = { path = "/home/sickguy/.cargo/git/checkouts/chartgen-28545a3ad2ef82cf/7c2e54f/" }