Skip to content

Commit b7bab94

Browse files
committed
initial
0 parents  commit b7bab94

File tree

3 files changed

+526
-0
lines changed

3 files changed

+526
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target
2+
Cargo.lock

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[package]
2+
name = "future-notation"
3+
version = "0.1.0"
4+
authors = ["andylokandy <[email protected]>"]
5+
6+
[dependencies]
7+
futures = "*"

0 commit comments

Comments
 (0)