[package] name = "game" publish = false version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cgmath = "0.18" discord-sdk = "0.1" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } tracing = { version = "0.1", features = ["log"] } serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.64" thiserror = "1.0" chrono = "0.4" [profile.release] lto = true codegen-units = 1