Skip to content

Commit f8a1c4a

Browse files
authored
Nested components (#975)
1 parent 1e13ed4 commit f8a1c4a

File tree

24 files changed

+886
-78
lines changed

24 files changed

+886
-78
lines changed

pgml-apps/cargo-pgml-components/Cargo.lock

Lines changed: 250 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pgml-apps/cargo-pgml-components/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-pgml-components"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2021"
55
authors = ["PostgresML <team@postgresml.org>"]
66
license = "MIT"
@@ -18,3 +18,9 @@ env_logger = "0.10"
1818
anyhow = "1"
1919
owo-colors = "3"
2020
sailfish = "0.8"
21+
regex = "1"
22+
23+
[dev-dependencies]
24+
assert_cmd = "2"
25+
assert_fs = "1"
26+
predicates = "3"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

pgml-apps/cargo-pgml-components/src/backend/models/mod.rs

Whitespace-only changes.

pgml-apps/cargo-pgml-components/src/backend/models/templates/mod.rs

Whitespace-only changes.

pgml-apps/cargo-pgml-components/src/backend/models/templates/model.rs.tpl

Whitespace-only changes.

0 commit comments

Comments
 (0)