2 次代碼提交 ba8d6fb7df ... 29bd72e635

作者 SHA1 備註 提交日期
  biblius 29bd72e635 restructure to htmxpress 10 月之前
  biblius ba8d6fb7df restructure to htmxpress 10 月之前
共有 2 個文件被更改,包括 8 次插入3 次删除
  1. 6 2
      Cargo.lock
  2. 2 1
      Cargo.toml

+ 6 - 2
Cargo.lock

@@ -370,7 +370,9 @@ checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
 
 [[package]]
 name = "htmxpress"
-version = "0.0.0"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "44d0e35dbc14b62ae1d5404b700db6e40081d2bf45a6b59b3cbd013578fa5fbb"
 dependencies = [
  "htmxpress_macros",
  "http 1.0.0",
@@ -379,7 +381,9 @@ dependencies = [
 
 [[package]]
 name = "htmxpress_macros"
-version = "0.0.0"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "47cad7a03d1ebb26cfd82c81abb7ef740b98d932a08225a168ab3da74949d2a8"
 dependencies = [
  "proc-macro-error",
  "proc-macro2",

+ 2 - 1
Cargo.toml

@@ -25,7 +25,8 @@ tower-http = { version = "0.5.0", features = ["fs"] }
 tracing = "0.1.40"
 tracing-subscriber = "0.3.18"
 urlencoding = "2.1.3"
-htmxpress = { path = "../htmxpress/htmxpress" }
+htmxpress = "0.1.0"
+# htmxpress = { path = "../htmxpress/htmxpress" }
 
 [features]
 debug = []