1
0
Fork 0

Add unix example

This commit is contained in:
Florian RICHER 2023-01-24 08:58:52 +01:00
parent 49bab13f6e
commit b94c621ab1
No known key found for this signature in database
GPG key ID: 6BF27BF8A1E71623
9 changed files with 125 additions and 0 deletions

16
Cargo.lock generated Normal file
View file

@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "anyhow"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
[[package]]
name = "command_gateway"
version = "0.1.0"
dependencies = [
"anyhow",
]