17 lines
223 B
TOML
17 lines
223 B
TOML
[package]
|
|
name = "cargoxx"
|
|
version = "0.1.0"
|
|
edition = "cpp23"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
sqlite = "*"
|
|
reproc = "*"
|
|
|
|
[dev-dependencies]
|
|
catch2_3 = "*"
|
|
|
|
[build]
|
|
warnings_as_errors = false
|
|
include_dirs = ["third_party"]
|