-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (20 loc) · 961 Bytes
/
Cargo.toml
File metadata and controls
24 lines (20 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[workspace]
members = ["crates/*", "cmds/*", "frame-metadata/frame-metadata"]
exclude = ["cmds/ledgerbytecode"]
resolver = "2"
[workspace.package]
license = "MIT"
version = "0.4.12"
edition = "2024"
repository = "https://github.com/UniqueNetwork/chainql"
[workspace.metadata.crane]
name = "chainql"
[workspace.dependencies]
chainql-core = { path = "./crates/chainql-core", version = "0.4.12" }
frame-metadata = { package = "chainql-frame-metadata", path = "./frame-metadata/frame-metadata", version = "0.4.12" }
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"] }
jrsonnet-evaluator = { version = "0.5.0-pre97", features = ["exp-destruct", "exp-bigint", "exp-object-iteration", "exp-preserve-order"] }
jrsonnet-stdlib = { version = "0.5.0-pre97", features = ["exp-bigint", "exp-preserve-order"] }
jrsonnet-cli = { version = "0.5.0-pre97", features = ["exp-bigint", "exp-preserve-order"] }
jrsonnet-gcmodule = "0.3.7"
tracing = "0.1.41"