You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
268 B

1 year ago
[package]
name = "rear"
version = "0.1.0"
authors = ["rascul"]
edition = "2021"
description = "Error wrapper that with a message"
license = "MIT"
keywords = ["error", "result"]
[dependencies]
serde_json = { version = "1.0", optional = true }
[features]
default = []