...

Text file src/github.com/linkerd/linkerd2/policy-controller/core/Cargo.toml

Documentation: github.com/linkerd/linkerd2/policy-controller/core

     1[package]
     2name = "linkerd-policy-controller-core"
     3version = "0.1.0"
     4edition = "2021"
     5license = "Apache-2.0"
     6publish = false
     7
     8[dependencies]
     9ahash = "0.8"
    10anyhow = "1"
    11async-trait = "0.1"
    12chrono = { version = "0.4.38", default_features = false }
    13futures = { version = "0.3", default-features = false, features = ["std"] }
    14http = "0.2"
    15ipnet = "2"
    16regex = "1"

View as plain text