Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6cc11fa

Browse files
authored
Modularize components (#966)
1 parentf6ab359 commit6cc11fa

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 aboutcustomizing 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)

[8]ページ先頭

©2009-2025 Movatter.jp