check for and load .scryerrc from the user's home directory

This commit is contained in:
Mark Thom
2019-09-04 23:30:48 -06:00
parent a757b92c9d
commit 4b22f80a77
3 changed files with 28 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
extern crate dirs;
extern crate ordered_float;
extern crate prolog_parser;
extern crate rug;