mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
34 lines
908 B
TOML
34 lines
908 B
TOML
[package]
|
|
name = "fabro-slack"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
publish = false
|
|
license.workspace = true
|
|
description = "Slack Socket Mode integration for Fabro interviewer"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
fabro-interview = { path = "../fabro-interview" }
|
|
fabro-types = { path = "../../foundation/fabro-types" }
|
|
fabro-workflow = { path = "../fabro-workflow" }
|
|
fabro-http.workspace = true
|
|
fabro-static.workspace = true
|
|
futures-util.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
strum.workspace = true
|
|
tokio.workspace = true
|
|
thiserror.workspace = true
|
|
tokio-tungstenite.workspace = true
|
|
tracing.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tokio = { workspace = true, features = ["test-util", "macros"] }
|
|
toml.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
rustls = { version = "0.23", default-features = false, features = ["std", "ring"] }
|