some access control stuff

This commit is contained in:
Evan Pratten 2021-09-30 08:27:40 -04:00
parent 927f5aa5b1
commit b823988e45
3 changed files with 4 additions and 1 deletions

2
CODEOWNERS Normal file
View File

@ -0,0 +1,2 @@
* @ewpratten
game/ @ewpratten @hyperlisk @LuS404 @SNOWZ7Z

View File

@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cgmath = "0.18"
discord-sdk = { version = "0.1.4", git = "https://github.com/EmbarkStudios/discord-sdk", branch = "main", commit = "3ed27a06c71d88269c7ac29cf5151cfb7f24f0ef" }
discord-sdk = { version = "0.2.1", git = "https://github.com/EmbarkStudios/discord-sdk", branch = "main", commit = "3ed27a06c71d88269c7ac29cf5151cfb7f24f0ef" }
tokio = { version = "1.0", features = ["macros"] }
tracing = { version = "0.1", features = ["log"] }
serde = { version = "1.0.126", features = ["derive"] }

View File

@ -8,3 +8,4 @@
# Make sure to check the build status before changing this
# https://rust-lang.github.io/rustup-components-history/
channel = "nightly-2021-09-25"
components = ["clippy", "rustfmt"]