Обновить Cargo.toml
This commit is contained in:
parent
b9af672eac
commit
40afb802b2
1 changed files with 4 additions and 5 deletions
|
|
@ -1,13 +1,12 @@
|
|||
[package]
|
||||
name = "rust-discord-activity"
|
||||
name = "rust-discord-rpc"
|
||||
description = "A lightweight library to control Discord Rich Presence"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
edition = "2021"
|
||||
authors = ["Dylan Cattelan <dylan.cattelan@gmail.com"]
|
||||
authors = ["Dylan Cattelan <dylan.cattelan@gmail.com", "AmokDev <amokdevv@gmail.com>"]
|
||||
license = "MIT"
|
||||
keywords = ["discord", "activity", "rich", "presence"]
|
||||
documentation = "https://docs.rs/Rust-Discord-Activity/latest"
|
||||
repository = "https://github.com/DylanCa/Rust-Discord-Activity"
|
||||
repository = "https://git.amok.dev/AmokDev/rust-discord-rpc"
|
||||
categories = ["api-bindings", "gui", "multimedia"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue