forked from obi1kenobi/trustfall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
44 lines (41 loc) · 1008 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[workspace]
members = [
"trustfall",
"trustfall_core",
"trustfall_testbin",
"trustfall_filetests_macros",
"trustfall_derive",
"trustfall_stubgen",
"trustfall_wasm",
"pytrustfall",
"demo-hytradboi",
"experiments/schemaless",
"experiments/schemaless_wasm",
]
resolver = "2"
[workspace.package]
edition = "2021"
rust-version = "1.70"
authors = ["Predrag Gruevski <[email protected]>"]
license = "Apache-2.0"
[workspace.dependencies]
# The dependencies below are part of our public API.
# Bumping a major version here requires our own major version bump.
anyhow = "1.0.71"
async-graphql-parser = "7.0"
async-graphql-value = "7.0"
serde = "1.0.185"
serde_json = "1.0.96"
thiserror = "1.0.30"
regex = "1.9.1"
# The dependencies below are internal-only.
# Bumping major versions here should be safe.
itertools = "0.12.1"
ron = "0.8.0"
similar-asserts = "1.4.2"
maplit = "1.0.2"
syn = "2.0"
quote = "1.0"
proc-macro2 = "1.0.51"
globset = "0.4.6"
walkdir = "2.3.1"