Skip to content

Commit 84a56a1

Browse files
Migrate more code to rscx
1 parent 86b8626 commit 84a56a1

File tree

3 files changed

+133
-135
lines changed

3 files changed

+133
-135
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
tokio = { version = "1.22.0", features = ["full"] }
1010
axum = { version = "0.6.0", features = ["headers"] }
1111
anyhow = "1.0.66"
12-
rscx = { git = "https://github.com/thomaseizinger/rscx" }
12+
rscx = { git = "https://github.com/thomaseizinger/rscx", branch = "feat/reference-props" }
1313
serde = { version = "1", features = ["derive"] }
1414
axum-extra = { version = "0.4.1", features = ["form", "query"] }
1515
serde_html_form = "0.2.2"

0 commit comments

Comments
 (0)