Skip to content

Commit

Permalink
Lightweight process abstraction scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Oct 10, 2019
1 parent 3bab921 commit f1554bb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -3,4 +3,5 @@
members = [
"bastion",
"bastion-executor",
"lightproc"
]
7 changes: 7 additions & 0 deletions lightproc/Cargo.toml
@@ -0,0 +1,7 @@
[package]
name = "lightproc"
version = "0.2.1-alpha.0"
description = "Lightweight process abstraction for Rust"
authors = ["Mahmut Bulut <vertexclique@gmail.com>"]
keywords = ["fault-tolerant", "runtime", "actor", "system"]
categories = []
Empty file added lightproc/src/lib.rs
Empty file.
Empty file added lightproc/src/lightproc.rs
Empty file.

0 comments on commit f1554bb

Please sign in to comment.