mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
* Add Anonymize macro * Use Anonymize macro * anonymize metadata --------- Co-authored-by: generall <andrey@vasnetsov.com>
22 lines
299 B
TOML
22 lines
299 B
TOML
[package]
|
|
name = "macros"
|
|
version = "0.1.0"
|
|
authors = ["Qdrant Team <info@qdrant.tech>"]
|
|
license = "Apache-2.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = "2.0"
|
|
|
|
[dev-dependencies]
|
|
prettyplease = "0.2"
|