Skip to content

Commit

Permalink
Cargo: Add Regex
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Dec 9, 2023
1 parent 538cca9 commit fa949bd
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bincode = "1.3.3"
clap = "4.4.7"
dag = { git = "https://github.com/serpent-os/moss-rs.git", version = "0.1.0" }
futures = "0.3.29"
regex = "1.10.2"
serde = { version = "1.0.190", features = ["derive"] }
serde_yaml = "0.9.27"
thiserror = "1.0.50"
Expand Down

0 comments on commit fa949bd

Please sign in to comment.