🌐 AI搜索 & 代理 主页
Skip to content

Commit 6cc11fa

Browse files
authored
Modularize components (#966)
1 parent f6ab359 commit 6cc11fa

File tree

24 files changed

+876
-377
lines changed

24 files changed

+876
-377
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/static

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

Lines changed: 209 additions & 2 deletions
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: 4 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.6"
3+
version = "0.1.7"
44
edition = "2021"
55
authors = ["PostgresML <team@postgresml.org>"]
66
license = "MIT"
@@ -15,3 +15,6 @@ clap = { version = "4", features = ["derive"] }
1515
md5 = "0.7"
1616
log = "0.4"
1717
env_logger = "0.10"
18+
anyhow = "1"
19+
owo-colors = "3"
20+
sailfish = "0.8"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
template_dirs = ["src"]

0 commit comments

Comments
 (0)