sup-smsac/sup-smsac-derive/Cargo.toml
sup39 89e808d3fe
[v0.1.0-beta.1] Implemented ObjectViewer
- load/reload `ObjectParameters/*.json`
- get managers, managees
- read bytes, struct, string, class name
- write bytes
2023-07-23 05:27:51 +09:00

14 lines
248 B
TOML

[package]
name = "sup-smsac-derive"
version = "0.1.0-beta.1"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sup39/sup-smsac"
[lib]
proc-macro = true
[dependencies]
syn = "1.0"
quote = "1.0"
serde_json = "1.0.103"