![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.35.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.35.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
39 lines
918 B
TOML
39 lines
918 B
TOML
[package]
|
|
name = "bin"
|
|
version = "2.0.1"
|
|
description = "a paste bin."
|
|
repository = "https://github.com/w4/bin"
|
|
license = "WTFPL OR 0BSD"
|
|
authors = ["Jordan Doyle <jordan@doyle.la>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
argh = "0.1"
|
|
log = "0.4"
|
|
pretty_env_logger = "0.5"
|
|
linked-hash-map = "0.5"
|
|
once_cell = "1.14"
|
|
parking_lot = "0.12"
|
|
bytes = { version = "1.2", features = ["serde"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
rand = { version = "0.8" }
|
|
gpw = "0.1"
|
|
actix = "0.13"
|
|
actix-web = "4.0"
|
|
htmlescape = "0.3"
|
|
askama = "0.12"
|
|
bat = "0.24"
|
|
syntect = "5.1"
|
|
tokio = { version = "1.35", features = ["sync"] }
|
|
futures = "0.3"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
incremental = false
|
|
|
|
[badges]
|
|
travis-ci = { repository = "w4/bin" }
|
|
is-it-maintained-issue-resolution = { repository = "w4/bin" }
|
|
is-it-maintained-open-issues = { repository = "w4/bin" }
|
|
maintenance = { status = "passively-maintained" }
|