mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-26 17:54:44 +10:00
feat: init
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user