aboutsummaryrefslogtreecommitdiffstats
path: root/crates/asist-core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/asist-core/Cargo.toml')
-rw-r--r--crates/asist-core/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/crates/asist-core/Cargo.toml b/crates/asist-core/Cargo.toml
new file mode 100644
index 0000000..bd8c3ae
--- /dev/null
+++ b/crates/asist-core/Cargo.toml
@@ -0,0 +1,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