check for and load .scryerrc from the user's home directory
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "scryer-prolog"
|
||||
version = "0.8.87"
|
||||
version = "0.8.88"
|
||||
authors = ["Mark Thom <markjordanthom@gmail.com>"]
|
||||
repository = "https://github.com/mthom/scryer-prolog"
|
||||
description = "A modern Prolog implementation written mostly in Rust."
|
||||
@@ -11,6 +11,7 @@ default = ["readline_rs_compat"]
|
||||
|
||||
[dependencies]
|
||||
cfg-if = "0.1.7"
|
||||
dirs = "2.0.2"
|
||||
downcast = "0.10.0"
|
||||
indexmap = "1.0.2"
|
||||
ordered-float = "0.5.0"
|
||||
|
||||
Reference in New Issue
Block a user