File: Cargo.toml.orig

package info (click to toggle)
rust-synstructure-test-traits 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 72 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[package]
# A nice long awkward name so it doesn't conflict with things on crates.io.
name = "synstructure_test_traits"
version = "0.1.0"
description = "Helper test traits for synstructure doctests"
license = "MIT"
authors = ["Nika Layzell <nika@thelayzells.com>"]

[lib]
path = "lib.rs"