Skip to content

Commit

Permalink
prototyped upload_single_photo logic
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Feb 14, 2024
1 parent b749a1f commit 0414fd1
Show file tree
Hide file tree
Showing 6 changed files with 382 additions and 44 deletions.
189 changes: 189 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 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"] }
bytes = "1.5.0"
cfg-if = "1"
color-eyre = "0.6"
console_error_panic_hook = "0.1.7"
Expand All @@ -31,6 +32,7 @@ tower = { version = "0.4", features = ["full"] }
tower-http = { version = "0.5", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
ulid = "1.1.2"
wasm-bindgen = "=0.2.89"

[[workspace.metadata.leptos]]
Expand Down
12 changes: 6 additions & 6 deletions crates/artifact/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ulid = "1.1.2"
object_store = { version = "0.9.0", features = ["aws"] }
bytes = "1.5.0"

thiserror = { workspace = true }
serde = { workspace = true }
color-eyre = { workspace = true }
surrealdb = { workspace = true }
bytes.workspace = true
thiserror.workspace = true
serde.workspace = true
color-eyre.workspace = true
surrealdb.workspace = true
ulid.workspace = true

clients = { path = "../clients" }
Loading

0 comments on commit 0414fd1

Please sign in to comment.