-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (24 loc) · 757 Bytes
/
Cargo.toml
File metadata and controls
28 lines (24 loc) · 757 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
[package]
name = "moleculec-cellscript"
version = "0.1.11"
authors = ["cedric <cedric@cellscript.io>"]
edition = "2018"
description = "molecule plugin for CellScript"
repository = "https://github.com/cell-labs/moleculec-cellscript"
keywords = ["cellscript", "molecule", "code-generation", "serialization"]
categories = [
"parser-implementations",
"development-tools",
"encoding",
"data-structures"
]
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
molecule-codegen = { version = "0.7.5", features = ["compiler-plugin"] }
clap = { version = "4", features = ["cargo"] }
case = "1.0"
[badges]
maintenance = { status = "experimental" }
[workspace]
members = []