Skip to content

Commit

Permalink
chore: fix example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Jul 30, 2024
1 parent 9dcd0ee commit 78d23d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/declare.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use std::ops::Bound;

use futures_util::stream::StreamExt;
use morseldb::{executor::tokio::TokioExecutor, morsel_record, Projection, DB};
use morseldb::{executor::tokio::TokioExecutor, Projection, DB};
use morseldb_marco::morsel_record;

// Tips: must be public
#[morsel_record]
Expand Down

0 comments on commit 78d23d4

Please sign in to comment.