-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (29 loc) · 726 Bytes
/
Copy pathCargo.toml
File metadata and controls
33 lines (29 loc) · 726 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
25
26
27
28
29
30
31
32
33
[package]
name = "mortar_compiler"
version = "0.5.2"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Mortar language compiler core library"
documentation.workspace = true
keywords.workspace = true
categories.workspace = true
[lib]
name = "mortar_compiler"
path = "src/lib.rs"
[dependencies]
ariadne.workspace = true
chumsky.workspace = true
logos.workspace = true
owo-colors.workspace = true
serde.workspace = true
serde_json.workspace = true
chrono.workspace = true
[dev-dependencies]
tempfile = "3.27"
proptest = "1.11"
arbitrary = { version = "1.4", features = ["derive"] }
[package.metadata.workspaces]
independent = true