Skip to content

Commit

Permalink
Make utils as an independent workspace.Also Refactor code and update …
Browse files Browse the repository at this point in the history
…version to v0.1.3
  • Loading branch information
bloodnighttw committed Jul 12, 2024
1 parent adaff60 commit 01ab322
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions reginleif-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[package]
name = "reginleif-utils"
version = "0.1.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.38"
serde = { version = "1.0.204", features = ["derive"] }
anyhow = "1.0.86"
async-trait = "0.1.81"
tokio = { version = "1.38.0", features = ["full"] }
reginleif-macro = {path = "../reginleif-macro", version = "0.1.3"}
serde_json = "1.0.120"
2 changes: 2 additions & 0 deletions reginleif-utils/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pub mod expiring_data;
pub mod serde_convert;

0 comments on commit 01ab322

Please sign in to comment.