mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-14 23:08:36 -07:00
19 lines
347 B
TOML
19 lines
347 B
TOML
[package]
|
|
name = "brk_vecs_macros"
|
|
description = "Macros for brk_vecs"
|
|
keywords = ["vec", "disk", "data"]
|
|
categories = ["database"]
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "2.0"
|
|
quote = "1.0"
|