You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mdbook/src/chapter_0/chapter_0_0.md
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,11 @@ name = "my_project"
24
24
version = "0.1.0"
25
25
authors = ["Your Name <your_name@you.ch>"]
26
26
27
-
[dependencies]
28
-
timely = "0.12.0"
29
-
differential-dataflow = "0.12.0"
30
-
```
31
-
32
-
You should only need to add those last two lines there, which bring in dependencies on both [timely dataflow](https://github.com/TimelyDataflow/timely-dataflow) and [differential dataflow](https://github.com/TimelyDataflow/differential-dataflow). We will be using both of those.
33
-
34
-
If you would like to point at the most current code release, hosted on github, you can replace the dependencies with:
You should only need to add those last two lines there, which bring in dependencies on both [timely dataflow](https://github.com/TimelyDataflow/timely-dataflow) and [differential dataflow](https://github.com/TimelyDataflow/differential-dataflow). We will be using both of those.
33
+
42
34
You should now be ready to go. Code examples should mostly work, and you should complain (or [file an issue](https://github.com/TimelyDataflow/differential-dataflow/issues)) if they do not!
0 commit comments