Skip to content

Commit

Permalink
fix: s/eventsourced-next/evented
Browse files Browse the repository at this point in the history
  • Loading branch information
hseeberger committed May 28, 2024
1 parent a25a7d8 commit 9e135f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "eventsourced-next"
name = "evented"
version = "0.0.1"
edition = "2021"
description = "eventsourced-next"
description = "Event Sourcing in Rust on top of PostgreSQL"
authors = [ "Heiko Seeberger <[email protected]>" ]
license-file = "LICENSE"
readme = "README.md"
homepage = "https://github.com/hseeberger/eventsourced-next"
repository = "https://github.com/hseeberger/eventsourced-next"
documentation = "https://github.com/hseeberger/eventsourced-next"
homepage = "https://github.com/hseeberger/evented"
repository = "https://github.com/hseeberger/evented"
documentation = "https://github.com/hseeberger/evented"

[dependencies]
error-ext = { version = "0.2" }
Expand Down

0 comments on commit 9e135f0

Please sign in to comment.