Merge commit 'b67b587' into main

This commit is contained in:
Ming-Hung Tsai 2021-01-12 02:50:12 +08:00
commit ca7e79a828
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// This work is based on the implementation by Nikhil Kshirsagar which
// can be found here:
// https://github.com/nkshirsagar/thinpool_shrink/blob/split_ranges/thin_shrink.py
extern crate clap;
extern crate thinp;