aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2015-07-26 23:56:52 +0200
committerTill Hoeppner2015-07-26 23:56:52 +0200
commit4914e6a56547dcbe0fdbcfd7eae62a3d416875a5 (patch)
tree3cf2fd6e9b0b0376a23a0ddb32c4242d6a6fec9b /Cargo.toml
parent6a817022a7301d89a2d93be400294f78b5dae0b4 (diff)
downloadilc-4914e6a56547dcbe0fdbcfd7eae62a3d416875a5.tar.gz
ilc-4914e6a56547dcbe0fdbcfd7eae62a3d416875a5.tar.xz
ilc-4914e6a56547dcbe0fdbcfd7eae62a3d416875a5.zip
Add glob-ing for input files
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 59c31f5..4b87c58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,7 @@ log = "*"
env_logger = "*"
bincode = "*"
combine = "*"
+glob = "*"
[profile.release]
opt-level = 3