Skip to content

Commit

Permalink
docs: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 committed Nov 25, 2024
1 parent 2a97990 commit 4b9be56
Show file tree
Hide file tree
Showing 14 changed files with 355 additions and 79 deletions.
27 changes: 14 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,24 @@ members = [
]

exclude = [
"./target/*"
"./target/*",
"./examples"
]

[workspace.dependencies]
# workspace deps
citadel_sdk = { path = "./citadel_sdk", default-features = false, version = "0.11.0" }
citadel_wire = { path = "./citadel_wire", default-features = false, version = "0.11.0" }
citadel_user = { path = "./citadel_user", default-features = false, version = "0.11.0" }
citadel_crypt = { path = "./citadel_crypt", default-features = false, version = "0.11.0" }
citadel_pqcrypto = { path = "./citadel_pqcrypto", default-features = false, version = "0.11.0" }
citadel_proto = { path = "./citadel_proto", default-features = false, version = "0.11.0" }
citadel_logging = { path = "./citadel_logging", default-features = false, version = "0.11.0" }
citadel_io = { path = "./citadel_io", default-features = false, version = "0.11.0" }
citadel_types = { path = "./citadel_types", default-features = false, version = "0.11.0" }
netbeam = { path = "./netbeam", default-features = false, version = "0.11.0" }
firebase-rtdb = { path = "./firebase-rtdb", default-features = false, version = "0.11.0" }
async_ip = { path = "./async_ip", default-features = false, version = "0.11.0" }
citadel_sdk = { path = "./citadel_sdk", default-features = false, version = "0.11.2" }
citadel_wire = { path = "./citadel_wire", default-features = false, version = "0.11.2" }
citadel_user = { path = "./citadel_user", default-features = false, version = "0.11.2" }
citadel_crypt = { path = "./citadel_crypt", default-features = false, version = "0.11.2" }
citadel_pqcrypto = { path = "./citadel_pqcrypto", default-features = false, version = "0.11.2" }
citadel_proto = { path = "./citadel_proto", default-features = false, version = "0.11.2" }
citadel_logging = { path = "./citadel_logging", default-features = false, version = "0.11.2" }
citadel_io = { path = "./citadel_io", default-features = false, version = "0.11.2" }
citadel_types = { path = "./citadel_types", default-features = false, version = "0.11.2" }
netbeam = { path = "./netbeam", default-features = false, version = "0.11.2" }
firebase-rtdb = { path = "./firebase-rtdb", default-features = false, version = "0.11.2" }
async_ip = { path = "./async_ip", default-features = false, version = "0.11.2" }

# ordinary deps
generic-array = { version = "0.14.6" }
Expand Down
Loading

0 comments on commit 4b9be56

Please sign in to comment.