Cargo.toml
1 [package] 2 name = "copy-artifacts" 3 version = "0.12.0-dev" 4 edition = "2021" 5 6 [dependencies] 7 arroyo-storage = { path = "../arroyo-storage" } 8 regex = "1" 9 tokio = {version = "1", features = ["fs", "rt", "net"]} 10 webpki = ">=0.22.2"