mirror of
https://github.com/blackboxprogramming/blackroad-apps.git
synced 2026-03-17 03:57:14 -05:00
All published on BlackRoad OS App Store: - Dashboard, Metrics, Vault, Agent Hub - Commander, Analytics, Monitor - Deployer, Studio, Sync - Plus the original First App Zero gatekeepers. Zero fees.
16 lines
330 B
TOML
16 lines
330 B
TOML
[package]
|
|
name = "roadchain"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4.4"
|
|
actix-cors = "0.7"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
sha2 = "0.10"
|
|
hex = "0.4"
|
|
chrono = "0.4"
|
|
tokio = { version = "1", features = ["full"] }
|
|
uuid = { version = "1.6", features = ["v4", "serde"] }
|