Skip to content

Commit

Permalink
feat(rust): ockam_examples crate v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Stanbrough committed Mar 26, 2021
1 parent 8d0ff6d commit ccb2a86
Show file tree
Hide file tree
Showing 85 changed files with 667 additions and 1,372 deletions.
2 changes: 0 additions & 2 deletions implementations/rust/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ commands {
'ockam/ockam_transport_tcp',
'ockam/ockam_vault',
'ockam/ockam_vault_core',
'examples/node',
'examples/worker',
]
}
12 changes: 1 addition & 11 deletions implementations/rust/ockam/ockam/Cargo.lock

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

21 changes: 10 additions & 11 deletions implementations/rust/ockam/ockam_core/Cargo.lock

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

4 changes: 4 additions & 0 deletions implementations/rust/ockam/ockam_examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ All notable changes to this crate will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.1.0 - 2021-03-26
### Added

- Initial release of examples.
Loading

0 comments on commit ccb2a86

Please sign in to comment.