mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
* try to convert it to bioarchlinux * translate Chinese to English * change path based on own need * config * fix typo * fix the path * Update main.rs * change the location of repo * add index * feat: localized resource files * fix(deps): update rust crate actix-web to 4.1.0 * fix(deps): update rust crate anyhow to 1.0.58 * fix(deps): update rust crate sentry-actix to 0.27.0 * fix(deps): update rust crate sentry to 0.27.0 * chore(deps): update dependency rust to v1.62.0 * fix(deps): update rust crate serde to 1.0.138 * fix(deps): update rust crate cached to 0.35.0 * fix(deps): update rust crate cached to 0.36.0 * fix(deps): update rust crate openssl to 0.10.41 * fix(deps): update rust crate serde to 1.0.139 * fix(deps): update rust crate cached to 0.37.0 * chore(deps): update dependency rust to v1.62.1 * fix * fix --------- Co-authored-by: imlonghao <git@imlonghao.com> Co-authored-by: renovatebot <renovatebot@esd.cc>
24 lines
698 B
TOML
24 lines
698 B
TOML
[package]
|
|
name = "bioarchlinux-packages"
|
|
version = "0.2.6"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-web = "4.3.0"
|
|
ansi-to-html = "0.1.2"
|
|
anyhow = "1.0.69"
|
|
bigdecimal = "0.3.0"
|
|
cached = "0.42.0"
|
|
chrono = "0.4.23"
|
|
deadpool-postgres = "0.10.5"
|
|
enum-display-derive = "0.1.1"
|
|
openssl = { version = "0.10.45", features = ["vendored"] }
|
|
pg_bigdecimal = "0.1.5"
|
|
postgres-types = { version = "0.2.4", features = ["derive"]}
|
|
sentry = "0.29.3"
|
|
sentry-actix = "0.29.3"
|
|
serde = { version = "1.0.152", features = ["derive"] }
|
|
tokio-postgres = { version = "0.7.7", features = ["with-chrono-0_4"]}
|
|
yaml-rust = "0.4.5"
|