chore: 修改版本并添加许可证

This commit is contained in:
amtoaer
2024-04-29 00:59:50 +08:00
parent 25c7377b76
commit f81d9fc6eb
3 changed files with 26 additions and 2 deletions

View File

@@ -1,7 +1,10 @@
[package]
name = "bili-sync-rs"
version = "2.0.0"
version = "2.0.3"
edition = "2021"
authors = ["amtoaer <amtoaer@gmail.com>"]
license = "MIT"
description = "基于 rust tokio 编写的 bilibili 收藏夹同步下载工具"
[dependencies]
anyhow = { version = "1.0.81", features = ["backtrace"] }