Switched custom quantities to using a macro for generation.
This commit is contained in:
16
generate-quantity/Cargo.toml
Normal file
16
generate-quantity/Cargo.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "generate-quantity"
|
||||
description = "Macros for generating physical quantity type"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
repository.workspace = true
|
||||
readme.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies.quote]
|
||||
workspace = true
|
||||
[dependencies.syn]
|
||||
workspace = true
|
Reference in New Issue
Block a user