You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
566 B
TOML
24 lines
566 B
TOML
[package]
|
|
name = "charred"
|
|
version = "2.0.0"
|
|
authors = ["trivernis <trivernis@protonmail.com>"]
|
|
edition = "2018"
|
|
license-file = "LICENSE"
|
|
readme = "README.md"
|
|
description = "charred char checking"
|
|
repository = "https://github.com/Trivernis/charred-rs"
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
thiserror = "1.0.24"
|
|
log = "0.4.14"
|
|
|
|
[dependencies.tokio]
|
|
version = "1.5.0"
|
|
features = ["io-util", "io-std", "fs"]
|
|
|
|
[dev-dependencies.tokio]
|
|
version = "1.5.0"
|
|
features = ["rt-multi-thread", "macros"] |