Updated Cargo.toml
This commit is contained in:
parent
35472c0334
commit
c5529c384f
1 changed files with 4 additions and 3 deletions
|
|
@ -1,13 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rust-discord-activity"
|
name = "rust-discord-activity"
|
||||||
description = "A lightweight library to control Discord Rich Presence"
|
description = "A lightweight library to control Discord Rich Presence"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["DylanCa <dylan.cattelan@gmail.com"]
|
authors = ["Dylan Cattelan <dylan.cattelan@gmail.com"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
keywords = ["discord", "activity", "rich", "presence"]
|
keywords = ["discord", "activity", "rich", "presence"]
|
||||||
|
documentation = "https://docs.rs/Rust-Discord-Activity/latest"
|
||||||
repository = "https://github.com/DylanCa/Rust-Discord-Activity"
|
repository = "https://github.com/DylanCa/Rust-Discord-Activity"
|
||||||
homepage = "https://github.com/DylanCa/Rust-Discord-Activity"
|
categories = ["api-bindings", "gui", "multimedia"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue