File: Cargo.toml.orig

package info (click to toggle)
rust-ntest-proc-macro-helper 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 498 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ntest_proc_macro_helper"
version = "0.8.0"
authors = [ "Armin Becher <becherarmin@gmail.com>",]
edition = "2018"
description = "Provide helper functions for the procedural macros used in ntest."
keywords = [ "test", "tests", "unit", "testing",]
categories = [ "development-tools", "development-tools::testing",]
readme = "README.md"
license = "MIT"
repository = "https://github.com/becheran/ntest"
documentation = "https://docs.rs/ntest"

[lib]
path = "src/lib.rs"