fib: initial, with better version

This commit is contained in:
2019-01-29 13:19:59 +01:00
parent 36bfc6f1bd
commit 135337b0ab
4 changed files with 837 additions and 0 deletions

8
fib/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "fib"
version = "0.1.0"
authors = ["hellerve <veit@veitheller.de>"]
[dependencies]
tokio = "0.1"
futures = "0.1.25"