File: Cargo.toml.orig

package info (click to toggle)
rust-assert-impl 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 92 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "assert-impl"
version = "0.1.3"
authors = ["Xidorn Quan <me@upsuper.org>"]
description = "Macro for static assert types implement a trait or not"
repository = "https://github.com/upsuper/assert-impl"
license = "MIT"
keywords = ["macro", "assert", "static", "impl"]
readme = "README.md"

[badges]
travis-ci = { repository = "upsuper/assert-impl", branch = "master" }