Skip to content

Commit

Permalink
Add metadata to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Dec 19, 2023
1 parent 3841505 commit 7d4018e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
/test_utils/target
Cargo.lock
.vim
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "automerge_repo"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["Alex Good <[email protected]>", "Gregory Terzian"]
repository = "https://github.com/automerge/automerge-repo-rs"

[[example]]
name = "tcp-example"
Expand Down

0 comments on commit 7d4018e

Please sign in to comment.