Create romtom_discord_bot_crate
This commit is contained in:
14
rotom_discord_bot/Cargo.toml
Normal file
14
rotom_discord_bot/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "rotom_discord_bot"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
rotom_core = { path = "../rotom_core" }
|
||||
rotom_database = { path = "../rotom_database", default-features = false }
|
||||
|
||||
[features]
|
||||
default = ["mysql", "postgres", "sqlite"]
|
||||
mysql = ["rotom_database/mysql"]
|
||||
postgres = ["rotom_database/postgres"]
|
||||
sqlite = ["rotom_database/sqlite"]
|
||||
1
rotom_discord_bot/src/main.rs
Normal file
1
rotom_discord_bot/src/main.rs
Normal file
@@ -0,0 +1 @@
|
||||
fn main() {}
|
||||
Reference in New Issue
Block a user