File: Cargo.toml.orig

package info (click to toggle)
rust-assert 0.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 96 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "assert"
version = "0.7.4"
license = "Apache-2.0/MIT"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
description = "The package provides assertions for testing."
documentation = "https://docs.rs/assert"
homepage = "https://github.com/stainless-steel/assert"
repository = "https://github.com/stainless-steel/assert"
readme = "README.md"
categories = ["development-tools::testing"]
keywords = ["testing"]