summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 23b990bb1ab64732dcc2df493a44f56feb9ebe48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "tarpit"
version = "0.1.0"
edition = "2018"

[dependencies.async-std]
version = "1"
features = ["attributes"]

[dependencies.anyhow]
version = "1"