cleaned up
This commit is contained in:
parent
53a8bb3127
commit
3fef235839
@ -1,2 +0,0 @@
|
|||||||
[build]
|
|
||||||
target-dir = "/home/jude/.rust_build/soundfx-rs"
|
|
11
README.md
11
README.md
@ -1,13 +1,12 @@
|
|||||||
# SoundFX 2
|
# SoundFX
|
||||||
## The complete (second) Rust rewrite of SoundFX
|
|
||||||
|
|
||||||
SoundFX 2 is the Rust rewrite of SoundFX. SoundFX 2 attempts to retain all functionality of the original bot, in a more
|
A bot for managing sound effects in Discord.
|
||||||
efficient and robust package. SoundFX 2 is as asynchronous as it can get, and runs on the Tokio runtime.
|
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
Use the Cargo.toml file to build it. Simple as. Don't need anything like MySQL libs and stuff because SQLx includes its
|
`sudo apt install gcc gcc-multilib cmake`
|
||||||
own pure Rust one. Needs Rust 1.43+
|
|
||||||
|
Use the Cargo.toml file to build it. Needs Rust 1.52+
|
||||||
|
|
||||||
### Running & Config
|
### Running & Config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user