2 Angajamente ba8d6fb7df ... 29bd72e635

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  biblius 29bd72e635 restructure to htmxpress 10 luni în urmă
  biblius ba8d6fb7df restructure to htmxpress 10 luni în urmă
2 a modificat fișierele cu 8 adăugiri și 3 ștergeri
  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 = []