Skip to content

Commit 8e404aa

Browse files
Add files via upload
1 parent 95aea9b commit 8e404aa

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22
name = "tinypy-infra"
33
version = "0.1.0"
44
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"
59

610
[lib]
7-
name = "tinypy_infra"
11+
name = "deployment"
812
path = "src/lib.rs"
913

1014
[[bin]]
11-
name = "tinypy-infra"
15+
name = "deploy"
1216
path = "src/main.rs"
1317

18+
[[test]]
19+
name = "integration_test"
20+
path = "tests/integration_test.rs"
21+
1422
[dependencies]
1523
# Google Cloud
1624
google-cloud-run-v2 = "1.0"

0 commit comments

Comments
 (0)