Skip to content

Commit

Permalink
Add ids and derive crates
Browse files Browse the repository at this point in the history
  • Loading branch information
jix committed May 6, 2024
1 parent b3610bd commit 26c74b3
Show file tree
Hide file tree
Showing 13 changed files with 2,662 additions and 1 deletion.
118 changes: 118 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
resolver = "2"
members = ["ids", "derive"]

[profile.release]
debug = true
debug = "limited"

14 changes: 14 additions & 0 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
name = "imctk-derive"
version = "0.1.0"
edition = "2021"
publish = false

[lib]
proc-macro = true

[dependencies]
proc-macro-crate = "3.1.0"
proc-macro2 = "1.0.81"
quote = { version = "1.0.36" }
syn = { version = "2.0.60" }
Loading

0 comments on commit 26c74b3

Please sign in to comment.