Skip to content

Commit a615e90

Browse files
committed
New schema; no codegen yet
1 parent a160fa1 commit a615e90

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+3192
-260
lines changed

Cargo.lock

Lines changed: 165 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cw-schema-derive/Cargo.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[package]
2+
name = "cw-schema-derive"
3+
version.workspace = true
4+
edition = "2021"
5+
6+
[lib]
7+
proc-macro = true
8+
9+
[dependencies]
10+
heck = "0.5.0"
11+
itertools = { version = "0.13.0", default-features = false }
12+
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
13+
proc-macro2 = "1.0.86"
14+
quote = "1.0.36"
15+
syn = { version = "2.0.72", features = ["full"] }

0 commit comments

Comments
 (0)