summaryrefslogtreecommitdiffstats
path: root/plugins/plugin_lua/Cargo.toml
blob: 92c6bbdacbd111952b01092845ec6ab4f52f5724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "plugin_lua"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1"
miette = "4.4"
rlua = { version = "0.19", features = ["builtin-lua54"] }
serde = { version = "1.0.136", features = ["derive"] }
serde_with = "1"
thiserror = "1"
toml = "0.5"
tracing = "0.1"
tokio = { version = "1", features = ["sync"] }

tedge_api = { path = "../../crates/core/tedge_api" }
tedge_lib = { path = "../../crates/core/tedge_lib" }