change: change build for multi-platform
- fix: commit message empty - fix: sheet api json not found may cause app unable to run Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
3c3d087b62
commit
4860fd950a
7 changed files with 332 additions and 225 deletions
|
|
@ -15,9 +15,10 @@ env_logger = "0.11.9"
|
|||
futures = "0.3.32"
|
||||
libtbr = { git = "https://pakin-inspiron-15-3530.tail110d9.ts.net/pakin/libtbr.git", version = "0.1.1" }
|
||||
log = "0.4.29"
|
||||
openssl = { version = "0.10.80", features = ["vendored"] }
|
||||
rayon = "1.11.0"
|
||||
redis = { version = "1.0.2", features = ["tokio-comp"] }
|
||||
reqwest = { version = "0.13.1", features = ["multipart"] }
|
||||
redis = { version = "1.0.2", features = ["tls-rustls-webpki-roots", "tokio-comp", "tokio-rustls-comp"] }
|
||||
reqwest = { version = "0.13.1", features = ["multipart", "rustls"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio", "tls-rustls", "sqlite"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue