2024-03-17 20:22:23 +00:00
|
|
|
[package]
|
2024-03-18 08:39:12 +00:00
|
|
|
name = "icrc-server"
|
2024-03-17 20:22:23 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["antifallobst"]
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.81"
|
|
|
|
log = "0.4.21"
|
|
|
|
env_logger = "0.11.3"
|
2024-03-18 08:49:03 +00:00
|
|
|
dotenvy = "0.15.7"
|
2024-03-17 20:33:54 +00:00
|
|
|
compile-time-run = "0.2.12"
|
2024-03-17 20:22:23 +00:00
|
|
|
|
|
|
|
actix-web = "4.5.1"
|
|
|
|
sqlx = { version = "0.7.4", features = ["runtime-tokio", "tls-native-tls"] }
|