forked from kcl-lang/lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
19 lines (17 loc) · 761 Bytes
/
Copy pathCargo.toml
File metadata and controls
19 lines (17 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "kcl-lang"
version = "0.12.3"
edition = "2024"
readme = "README.md"
documentation = "kcl-lang.io"
description = "KCL Rust SDK"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
kcl-api = { git = "https://github.com/kcl-lang/kcl", version = "0.12.3" }
kcl-evaluator = { git = "https://github.com/kcl-lang/kcl", version = "0.12.3" }
kcl-loader = { git = "https://github.com/kcl-lang/kcl", version = "0.12.3" }
kcl-parser = { git = "https://github.com/kcl-lang/kcl", version = "0.12.3" }
kcl-runtime = { git = "https://github.com/kcl-lang/kcl", version = "0.12.3" }
kcl-primitives = { git = "https://github.com/kcl-lang/kcl", version = "0.12.3" }