diff options
Diffstat (limited to 'arg_picker/src/corebind.rs')
| -rw-r--r-- | arg_picker/src/corebind.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arg_picker/src/corebind.rs b/arg_picker/src/corebind.rs new file mode 100644 index 0000000..3581871 --- /dev/null +++ b/arg_picker/src/corebind.rs @@ -0,0 +1,2 @@ +mod entry_picker; +pub use entry_picker::*; |
