some access control stuff
This commit is contained in:
parent
927f5aa5b1
commit
b823988e45
2
CODEOWNERS
Normal file
2
CODEOWNERS
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
* @ewpratten
|
||||||
|
game/ @ewpratten @hyperlisk @LuS404 @SNOWZ7Z
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||||||
# 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
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cgmath = "0.18"
|
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"] }
|
tokio = { version = "1.0", features = ["macros"] }
|
||||||
tracing = { version = "0.1", features = ["log"] }
|
tracing = { version = "0.1", features = ["log"] }
|
||||||
serde = { version = "1.0.126", features = ["derive"] }
|
serde = { version = "1.0.126", features = ["derive"] }
|
||||||
|
@ -8,3 +8,4 @@
|
|||||||
# Make sure to check the build status before changing this
|
# Make sure to check the build status before changing this
|
||||||
# https://rust-lang.github.io/rustup-components-history/
|
# https://rust-lang.github.io/rustup-components-history/
|
||||||
channel = "nightly-2021-09-25"
|
channel = "nightly-2021-09-25"
|
||||||
|
components = ["clippy", "rustfmt"]
|
||||||
|
Reference in New Issue
Block a user