26c640805c
axum-client-ip excluded, as it will need further work.
21 lines
416 B
TOML
21 lines
416 B
TOML
[package]
|
|
name = "ninja_gen"
|
|
publish = false
|
|
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
camino = "1.1.4"
|
|
globset = "0.4.10"
|
|
itertools = "0.10.5"
|
|
lazy_static = "1.4.0"
|
|
maplit = "1.0.2"
|
|
num_cpus = "1.15.0"
|
|
walkdir = "2.3.3"
|
|
which = "4.4.0"
|
|
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|