cleaned up

This commit is contained in:
jude 2022-05-05 10:16:40 +01:00
parent 53a8bb3127
commit 3fef235839
2 changed files with 5 additions and 8 deletions

View File

@ -1,2 +0,0 @@
[build]
target-dir = "/home/jude/.rust_build/soundfx-rs"

View File

@ -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