Skip to content

Commit

Permalink
Publish 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charypar committed Sep 26, 2024
1 parent c9e76e0 commit 298fd68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ resolver = "2"
authors = ["Red Badger Consulting Limited"]
edition = "2021"
rust-version = "1.66.0"
repository = "https://github.com/redbadger/pathogen/"
5 changes: 4 additions & 1 deletion pathogen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
name = "pathogen"
version = "0.1.0"
edition.workspace = true
description = "Typed references and deep mutation into Rust types"
license = "MIT"
repository.workspace = true

[dependencies]
chrono = { version = "0.4.35", features = ["serde"] }
pathogen_macros = { path = "../pathogen_macros" }
pathogen_macros = "0.1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1"
Expand Down
3 changes: 3 additions & 0 deletions pathogen_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "pathogen_macros"
version = "0.1.0"
edition.workspace = true
description = "Macros for the Pathogen crate"
license = "MIT"
repository.workspace = true

[lib]
proc-macro = true
Expand Down

0 comments on commit 298fd68

Please sign in to comment.