Skip to content

Commit

Permalink
Merge pull request openmls#1628 from openmls/franziskus/openmls_test-…
Browse files Browse the repository at this point in the history
…crate-metadata

Add metadata to openmls_test crate
  • Loading branch information
franziskuskiefer authored Jul 24, 2024
2 parents 1f0b14a + 5cf547f commit 28e12c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion openmls_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[package]
name = "openmls_test"
version = "0.1.0-pre.1"
authors = ["OpenMLS Authors"]
edition = "2021"
authors = ["Franziskus Kiefer <[email protected]>"]
description = "Test utility used by OpenMLS"
license = "MIT"
documentation = "https://docs.rs/openmls_test"
repository = "https://github.com/openmls/openmls/tree/main/openmls_test"
readme = "Readme.md"

[lib]
proc-macro = true
Expand Down

0 comments on commit 28e12c6

Please sign in to comment.