init domain
This commit is contained in:
7
crates/common/Cargo.toml
Normal file
7
crates/common/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "common"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
thiserror = { workspace = true }
|
||||
0
crates/common/src/errors.rs
Normal file
0
crates/common/src/errors.rs
Normal file
1
crates/common/src/lib.rs
Normal file
1
crates/common/src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub mod errors;
|
||||
Reference in New Issue
Block a user