mirror of
https://codeberg.org/JasterV/gofish_bot.git
synced 2026-04-26 18:10:09 +00:00
Bumps [warp](https://github.com/seanmonstar/warp) from 0.3.1 to 0.3.3. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.3.1...v0.3.3) --- updated-dependencies: - dependency-name: warp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
No EOL
575 B
TOML
25 lines
No EOL
575 B
TOML
[package]
|
|
name = "gofish"
|
|
version = "0.1.0"
|
|
authors = ["JasterV <jaster.victor@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
teloxide = { version="0.5.1", features = ["macros", "auto-send"] }
|
|
dotenv = "0.15.0"
|
|
log = "0.4.8"
|
|
thiserror = "1.0.x"
|
|
anyhow = "1.0.x"
|
|
pretty_env_logger = "0.4.0"
|
|
tokio = { version = "1.16.1", features = ["rt-multi-thread", "macros"] }
|
|
serde = "1.0.x"
|
|
rand = "0.8.4"
|
|
async-trait = "0.1.51"
|
|
lazy_static = "1.4.0"
|
|
dashmap = "4.0.2"
|
|
url = "2.2.2"
|
|
tokio-stream = "0.1.4"
|
|
# Used to setup a webhook
|
|
warp = "0.3.3"
|
|
reqwest = "0.11.4"
|
|
serde_json = "1.0.50" |