File: Cargo.toml.orig

package info (click to toggle)
rust-terrors 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 160 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "terrors"
version = "0.3.3"
edition = "2021"
authors = ["Tyler Neely <tylerneely@gmail.com>"]
documentation = "https://docs.rs/terrors/"
description = "ergonomic and precise error handling built atop type-level set arithmetic"
license = "MIT OR Apache-2.0"
repository = "https://github.com/komora-io/terrors"
categories = ["rust-patterns"]
keywords = ["error", "error-handling", "type-level", "anonymous", "sum"]
readme = "README.md"

[features]
error_provide = []
error_provide_feature = []