mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
This squashes all local history (768 commits) onto the scrubbed PR #90 baseline. Individual commits were lost during filter-repo corruption; the working tree content is preserved intact. Build: N/A (working tree state only)
22 lines
520 B
TOML
22 lines
520 B
TOML
[package]
|
|
name = "teleport-kanban"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
reqwest = { version = "0.12", features = ["json"] }
|
|
anyhow = "1.0"
|
|
log = "0.4"
|
|
env_logger = "0.10"
|
|
uuid = { version = "1.0", features = ["v4", "serde"] }
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
dashmap = "5.0"
|
|
rayon = "1.5"
|
|
blake3 = "1.3"
|
|
base64 = "0.22"
|
|
futures = "0.3"
|
|
async-trait = "0.1"
|
|
rand = "0.8"
|