aboutsummaryrefslogtreecommitdiffstats
path: root/crates/asist-core/Cargo.toml
blob: bd8c3ae5a0cba356561a1727817130e5b3c30467 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "asist-core"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true

[dependencies]
anyhow.workspace = true
crossbeam-channel.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
toml.workspace = true
tracing.workspace = true