Skip to content

Commit ba08cf9

Browse files
committed
feat: journaler crate wip
1 parent 219bec0 commit ba08cf9

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

crates/journaler/Cargo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[package]
2+
name = "signet-journaler"
3+
description = "Manager replayable journals for signet"
4+
version.workspace = true
5+
edition.workspace = true
6+
rust-version.workspace = true
7+
authors.workspace = true
8+
license.workspace = true
9+
homepage.workspace = true
10+
repository.workspace = true
11+
12+
[dependencies]
13+
trevm.workspace = true

crates/journaler/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)