diff --git a/Cargo.toml b/Cargo.toml index 4e82507..9cdd25d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features = uuid = { version = "1.10.0", features = ["serde", "v4"] } # Internal dependencies -types = { version = "0.0.1", path = "crates/types" } \ No newline at end of file +types = { version = "0.0.1", path = "crates/types" } diff --git a/crates/types/Cargo.toml b/crates/types/Cargo.toml index c94bb1f..5fbcf59 100644 --- a/crates/types/Cargo.toml +++ b/crates/types/Cargo.toml @@ -11,4 +11,4 @@ thiserror.workspace = true uuid.workspace = true [dev-dependencies] -serde_json.workspace = true \ No newline at end of file +serde_json.workspace = true