Skip to content

Commit

Permalink
UPDATE query
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2464 committed Apr 6, 2024
1 parent f2e2387 commit d5e7ac1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ tracing-subscriber = { optional = true, version = "0.3.16" }
freenet-stdlib = { features = ["net"], workspace = true }
time = "0.3.30"

semver = "*"


[dev-dependencies]
arbitrary = { features = ["derive"], version = "1" }
chrono = { features = ["arbitrary"], workspace = true }
Expand Down
3 changes: 3 additions & 0 deletions crates/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@ pub mod dev_tool {
pub use wasm_runtime::{ContractStore, DelegateStore, Runtime, SecretsStore, StateStore};
}

/// Exports the hight level api for GET, UPDATE, SUBSCRIBE, etc... request from client.
pub mod client_api;

#[cfg(test)]
pub mod test_utils;
2 changes: 1 addition & 1 deletion stdlib

0 comments on commit d5e7ac1

Please sign in to comment.