Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Update metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flone-dnb committed Sep 23, 2021
1 parent 306bef5 commit 05e8857
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[package]
name = "silent"
version = "2.0.0"
authors = ["Aleksandr \"Flone\" Tretyakov (github.com/Flone-dnb)"]
authors = ["Aleksandr \"Flone\" Tretyakov"]
edition = "2018"
license = "MIT"
description = "Lightweight open-source voice chat client written in Rust."
repository = "https://github.com/Flone-dnb/silent-rs"
homepage = "https://github.com/Flone-dnb/silent-rs"
readme = "README.md"

[dependencies]
druid = { git = "https://github.com/linebender/druid.git", features = ["im"] }
Expand All @@ -25,4 +30,4 @@ notify-rust = "4.5.3"
platform-dirs = "0.3.0"

[target.'cfg(unix)'.dependencies]
users = "0.11.0"
users = "0.11.0"

0 comments on commit 05e8857

Please sign in to comment.