Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
janstarke authored May 31, 2024
1 parent 34cb682 commit 8b2a87d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common-crates/dfirtk-eventdata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name = "dfirtk-eventdata"
version = "0.1.2"
edition = "2018"
authors = ["Jan Starke <Jan.Starke@telekom.de>"]
authors = ["Jan Starke <Jan.Starke@posteo.de>"]
description = "CLI tools for digital forensics and incident response"
homepage = "https://www.github.com/janstarke/dfir_toolkit"
repository = "https://github.com/dfir-dd/dfir_toolkit"
license = "GPL-3.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -16,4 +16,4 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
darling = "0.20"
quote = "1"
log = {version = "0.4", features = [ "release_max_level_info" ]}
log = {version = "0.4", features = [ "release_max_level_info" ]}

0 comments on commit 8b2a87d

Please sign in to comment.