Skip to content

Commit

Permalink
fix: additional fields for example toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Stanbrough committed Mar 26, 2021
1 parent ccb2a86 commit 8e33a3b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_examples/Cargo.lock

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

11 changes: 9 additions & 2 deletions implementations/rust/ockam/ockam_examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "ockam_examples"
version = "0.1.0"
authors = ["Ockam Developers"]
description = """Example projects using the Ockam APIs"""
version = "0.1.0"
edition = "2018"
homepage = "https://www.ockam.io/"
keywords = ["ockam", "crypto", "cryptography"]
license = "Apache-2.0"
name = "ockam_examples"
readme = "README.md"
repository = "https://github.com/ockam-network/ockam"


[workspace]
members = ["example_projects/*"]
Expand Down

0 comments on commit 8e33a3b

Please sign in to comment.