-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (27 loc) · 750 Bytes
/
Cargo.toml
File metadata and controls
29 lines (27 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "dyno_code"
version = "1.0.0"
authors = [
"James <jabibamman@gmail.com>",
"Ronan <ronan.kielt.mail@gmail.com>",
"Charles <charlescretois@gmail.com>",
]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
actix-cors = "0.7.0"
actix-multipart = "0.6.2"
futures-util = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tempfile = "3.3.0"
k8s-openapi = { version = "0.22.0", features = ["v1_29"] }
uuid = { version = "1.8.0", features = ["v4"] }
kube = "0.91.0"
log = "0.4.14"
env_logger = "0.11.3"
dotenv = "0.15.0"
tokio = { version = "1.0", features = ["full"] }
async-trait = "0.1"
base64 = "0.22.1"