mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
16 lines
503 B
TOML
16 lines
503 B
TOML
[package]
|
|
name = "archlinuxcn-packages"
|
|
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 = "4.0.0-beta.21"
|
|
ansi-to-html = "0.1.0"
|
|
chrono = "0.4.19"
|
|
deadpool-postgres = "0.10.1"
|
|
enum-display-derive = "0.1.1"
|
|
postgres-types = { version = "0.2.2", features = ["derive"]}
|
|
serde = { version = "1.0.130", features = ["derive"] }
|
|
tokio-postgres = { version = "0.7.5", features = ["with-chrono-0_4"]}
|