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. | ||
[package] | ||
name = "mu" | ||
version = "0.0.1" | ||
... | ... | @@ -21,6 +35,7 @@ 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" | ||
... | ... | @@ -34,4 +49,5 @@ time = "0.1.34" |
maplit = "0.1.4" | ||
docopt = "0.6" | ||
petgraph = "0.4.1" | ||
extprim = "*" | ||
\ No newline at end of file | ||
extprim = "*" | ||
num-traits = "*" |
ci.sh
0 → 100755