Merge remote-tracking branch 'origin/develop' into open-source
# Copyright 2017 The Australian National University | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# Copyright 2017 The Australian National University | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
[package] | ||
name = "mu" | ||
version = "0.0.1" | ||
... | ... | @@ -28,26 +28,27 @@ aot = [] |
jit = [] | ||
[build-dependencies] | ||
gcc = "0.3" | ||
gcc = "*" | ||
[dependencies] | ||
ast = {path = "src/ast"} | ||
utils = {path = "src/utils"} | ||
gc = {path = "src/gc"} | ||
field-offset = "0.1.1" | ||
libloading = "0.3" | ||
lazy_static = "0.1.15" | ||
log = "0.3.5" | ||
stderrlog = "0.2.2" | ||
hprof = "0.1.3" | ||
memmap = "0.4.0" | ||
rodal = { git = "https://gitlab.anu.edu.au/mu/rodal" } | ||
libc="*" | ||
field-offset = "*" | ||
libloading = "*" | ||
lazy_static = "*" | ||
log = "*" | ||
stderrlog = "*" | ||
hprof = "*" | ||
memmap = "*" | ||
memsec = "0.1.9" | ||
rustc-serialize = "*" | ||
time = "0.1.34" | ||
maplit = "0.1.4" | ||
docopt = "0.6" | ||
petgraph = "0.4.1" | ||
serde = "*" | ||
serde_derive = "*" | ||
time = "*" | ||
maplit = "*" | ||
docopt = "*" | ||
petgraph = "*" | ||
extprim = "*" | ||
num-traits = "*" |