2f12da683d
Note that the only authors of packages/macro-rs are @naskya and @sup39 at this moment, and they are agreed upon this change. Also note that packages/firefish-js is forked from https://github.com/misskey-dev/misskey.js which is licensed under the MIT License. Co-authored-by: sup39 <dev@sup39.dev>
17 lines
360 B
TOML
17 lines
360 B
TOML
[package]
|
|
name = "macros"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
rust-version = "1.74"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
macros-impl = { workspace = true }
|
|
|
|
proc-macro2 = { workspace = true }
|
|
quote = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true, features = ["std"] }
|