-
Notifications
You must be signed in to change notification settings - Fork 7
/
Cargo.toml
34 lines (30 loc) · 894 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "adapton-lab"
version = "0.1.0"
authors = ["Matthew A. Hammer <[email protected]>"]
description = "Testing and performance evaluation suite for Adapton"
homepage = "http://adapton.org"
repository = "https://github.com/cuplv/adapton-lab.rust/"
readme = "README.md"
keywords = ["Incremental", "Memoization", "Dependency-Graph", "Demand-driven", "Self-Adjusting",]
license = "MPL-2.0"
[dependencies]
time = "0.1"
rand = "0.3"
# csv = ""
clap = "1"
# piston = "0.15.1"
# piston2d-graphics = "0.11.0"
# piston2d-opengl_graphics = "0.19.0"
# pistoncore-glutin_window = "0.17.1"
[dependencies.adapton]
version = "0.3"
#
# git = "https://github.com/cuplv/adapton.rust.git"
# branch = "dev"
#
# path = "/Users/hammer/repo/adapton.rust"
# [dependencies.iodyn]
# git = "https://github.com/cuplv/iodyn.rust.git"
# branch = "master"
# # path = "/Users/hammer/repo/iodyn.rust"