1 Star 0 Fork 0

axumrs / tg-bot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
axumrs 提交于 2021-11-26 16:39 . 封装tg api响应
[package]
name = "tg-bot"
version = "0.1.0"
edition = "2021"
authors = ["axum.rs <team@axum.rs>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/axumrs/tg-bot"
homepage = "https://axum.rs"
description = "axum.rs专题《使用axum开发Telegram机器人》"
[dependencies]
axum = "0.3"
tokio = { version="1", features = ["full"] }
serde = { version="1", features = ["derive"] }
dotenv = "0.15"
config = "0.11"
tracing = "0.1"
tracing-subscriber = "0.2"
reqwest = "0.11"
serde_json = "1"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/axumrs/tg-bot.git
git@gitee.com:axumrs/tg-bot.git
axumrs
tg-bot
tg-bot
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891