ChatKit-server/Cargo.toml

17 lines
310 B
TOML

[package]
name = "rust-chat-server"
version = "0.1.0"
authors = ["Mitchell <mitchellhardie1@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1"
[profile.dev]
opt-level = 0
[profile.release]
opt-level = 3