aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-11-02 16:31:17 -0800
committerFuwn <[email protected]>2020-11-02 16:31:17 -0800
commit11e768178d08d631b38703d8cc38f2aa9ff83cdb (patch)
tree858729a395e8e661bc6e425464d4dd022c95054a /Cargo.toml
parentchore/ fix: commit file that i forgot to commit (diff)
downloaddep-core-next-11e768178d08d631b38703d8cc38f2aa9ff83cdb.tar.xz
dep-core-next-11e768178d08d631b38703d8cc38f2aa9ff83cdb.zip
refactor, chore, feat (desc)
refactor: - `Cargo.toml` openssl patch - rename `DBOTS_TOKEN` environment variable feat: - new `wisp` command information - support server, bot invite, feature request, bot discovery sites. - use `CARGO_PKG_VERSION` environment variable to show version in presence. - `privacypolicy` command - prime more of the rocket webserver
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1591fa9..656956f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wisp"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Fuwn <[email protected]>"]
edition = "2018"
description = "Wisp, your all-in-one Discord companion."
@@ -64,5 +64,6 @@ features = ["builder", "client", "cache", "framework", "standard_framework", "ga
# default-features = false
# features = ["serenity-native", "gateway"]
-[patch.crates-io]
-openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }
+[patch.crates-io.openssl]
+git = "https://github.com/ishitatsuyuki/rust-openssl"
+branch = "0.9.x"