16 lines
191 B
TOML
16 lines
191 B
TOML
[package]
|
|
name = "cargoxx"
|
|
version = "0.1.0"
|
|
edition = "cpp23"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
sqlite3 = "*"
|
|
reproc = "*"
|
|
|
|
[dev-dependencies]
|
|
catch2 = "*"
|
|
|
|
[build]
|
|
warnings_as_errors = false
|