kitty_table_proc_macro 1.0.0

Proc macro crate for Kitty Table.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "kitty_table_proc_macro"
version = "1.0.0"
edition = "2021"
authors = ["Ashli Katt <ashlikatt.public@gmail.com>"]
description = """
Proc macro crate for Kitty Table.
"""
readme = "README.md"
license-file = "LICENSE"
repository = "https://codeberg.org/AshliKatt/kitty_table"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.37"
syn = { version = "2.0.77", features = ["derive"] }