Skip to content

Commit

Permalink
forget to pull...
Browse files Browse the repository at this point in the history
  • Loading branch information
tipogi committed Dec 6, 2024
2 parents 1e0018c + 5524cae commit a2e0ad5
Show file tree
Hide file tree
Showing 19 changed files with 4,797 additions and 642 deletions.
757 changes: 655 additions & 102 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 9 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pubky-app-specs"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Pubky.app Data Model Specifications"
homepage = "https://pubky.app"
Expand All @@ -9,16 +9,18 @@ license = "MIT"
documentation = "https://github.com/pubky/pubky-app-specs"

[dependencies]
async-trait = "0.1"
bytes = "^1.7.0"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
utoipa = "5.2.0"
pubky-common = "0.1.0"
url = "2.5.4"
base32 = "0.5.1"
blake3 = "1.5.4"
chrono = "0.4.38"
utoipa = { version = "5.2.0", optional = true }

[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt"] }
tokio = { version = "1.41.1", features = ["full"] }
pubky = "0.3.0"
pubky-common = "0.1.0"
anyhow = "1.0.93"

[features]
openapi = ["utoipa"]
Loading

0 comments on commit a2e0ad5

Please sign in to comment.