mirror of https://github.com/linkerd/linkerd2.git
17 lines
358 B
TOML
17 lines
358 B
TOML
[package]
|
|
name = "linkerd-policy-controller-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
ahash = "0.8"
|
|
anyhow = "1"
|
|
async-trait = "0.1"
|
|
chrono = { version = "0.4.22", default_features = false }
|
|
futures = { version = "0.3", default-features = false, features = ["std"] }
|
|
http = "0.2"
|
|
ipnet = "2"
|
|
regex = "1"
|