mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 06:32:47 +03:00
a7005c7049
* Update README.md * Rename ares -> sword * Workspace * Cargo-only CI
13 lines
135 B
TOML
13 lines
135 B
TOML
[package]
|
|
name = "sword_macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0"
|
|
syn = "1.0"
|