OpenGamesChat/Cargo.toml

12 lines
273 B
TOML
Raw Permalink Normal View History

2022-09-06 08:23:14 +00:00
[package]
name = "ogs_chat_node"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rusqlite = { version = "0.28.0", optional = true }
2022-09-06 08:23:14 +00:00
[features]
sqlite_db = ["dep:rusqlite"]