We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95aea9b commit 8e404aaCopy full SHA for 8e404aa
1 file changed
Cargo.toml
@@ -2,15 +2,23 @@
2
name = "tinypy-infra"
3
version = "0.1.0"
4
edition = "2024"
5
+description = "Infrastructure deployment tool for managing GCP services and cloudflare DNS configurations."
6
+repository = "https://github.com/dylan-sutton-chavez/tinypy-infra/"
7
+license = "MIT OR Apache-2.0"
8
+readme = "README.md"
9
10
[lib]
-name = "tinypy_infra"
11
+name = "deployment"
12
path = "src/lib.rs"
13
14
[[bin]]
-name = "tinypy-infra"
15
+name = "deploy"
16
path = "src/main.rs"
17
18
+[[test]]
19
+name = "integration_test"
20
+path = "tests/integration_test.rs"
21
+
22
[dependencies]
23
# Google Cloud
24
google-cloud-run-v2 = "1.0"
0 commit comments