File: debcargo.toml

package info (click to toggle)
rust-darling-macro 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 80 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
overlay = "."
uploaders = [
  "Robin Krahl <robin.krahl@ireas.org>",
  "kpcyrd <git@rxv.cc>",
]
summary = "helper crate for darling"

[packages.lib]
description = """
darling_macro is a helper crate for darling, a proc-macro library for reading
attributes into structs when implementing custom derives.
"""