Skip to content

Commit

Permalink
I battled the type system and left with my head
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Feb 16, 2024
1 parent 2664df0 commit 49a111b
Show file tree
Hide file tree
Showing 34 changed files with 2,798 additions and 260 deletions.
17 changes: 17 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ codegen-units = 1

[workspace.dependencies]
axum = { version = "0.7.4", features = ["macros"] }
axum-login = "0.13"
bytes = "1.5.0"
cfg-if = "1"
color-eyre = "0.6"
Expand All @@ -26,14 +27,12 @@ server_fn = { version = "0.6", features = ["multipart"] }
log = "0.4"
serde = { version = "1", features = ["derive"] }
simple_logger = "4.2.0"
surrealdb = "1"
surrealdb = { version = "1" }
thiserror = "1"
tokio = { version = "1", features = ["full"] }
tower = { version = "0.4", features = ["full"] }
tower-http = { version = "0.5", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
ulid = "1.1.2"
ulid = { version = "1.1", features = [ "serde" ] }
wasm-bindgen = "=0.2.89"

[[workspace.metadata.leptos]]
Expand Down
1 change: 1 addition & 0 deletions crates/artifact/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ color-eyre.workspace = true
surrealdb.workspace = true
ulid.workspace = true

core_types = { path = "../core_types", features = [ "ssr" ] }
clients = { path = "../clients" }
Loading

0 comments on commit 49a111b

Please sign in to comment.