feat: init

This commit is contained in:
Vincent Herlemont
2023-09-02 12:49:01 +02:00
commit b465210070
42 changed files with 2305 additions and 0 deletions
@@ -0,0 +1,19 @@
[package]
name = "native_model_macro"
version = "0.1.0"
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
edition = "2018"
description = "A procedural macro for native_model"
license = "MIT"
repository = "https://github.com/vincent-herlemont/native_model"
readme = "README.md"
[lib]
path = "src/lib.rs"
proc-macro = true
[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0.66"