diff options
author | Till Hoeppner | 2015-07-26 23:56:52 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-07-26 23:56:52 +0200 |
commit | 4914e6a56547dcbe0fdbcfd7eae62a3d416875a5 (patch) | |
tree | 3cf2fd6e9b0b0376a23a0ddb32c4242d6a6fec9b /Cargo.toml | |
parent | 6a817022a7301d89a2d93be400294f78b5dae0b4 (diff) | |
download | ilc-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ log = "*" env_logger = "*" bincode = "*" combine = "*" +glob = "*" [profile.release] opt-level = 3 |