File: Cargo.toml.orig

package info (click to toggle)
rust-simple-error 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "simple-error"
version = "0.3.1"
edition = "2021"
rust-version = "1.58.0"
license = "MIT/Apache-2.0"
readme = "README.md"
documentation = "https://docs.rs/simple-error/"
repository = "https://github.com/WiSaGaN/simple-error.git"
description = """
A simple error type backed by a string
"""
keywords = ["error", "simple-error"]

[dependencies]