summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@pep-project.org>2018-01-03 12:11:29 +0100
committerJustus Winter <justus@pep-project.org>2018-01-03 14:39:35 +0100
commit3f977ce993cd4dc6afb5221c70069532eb12d7bd (patch)
treecaef1ac40548252d410eb37338bb9ba632829b29 /core/Cargo.toml
parentedbf086f09af6bafa46e794cf35d5dd95f3ceb53 (diff)
core: Implement ephemeral contexts.
- Ephemeral contexts are useful for tests and one-shot programs. - Add ffi glue.
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 034cc2fd..caafe03c 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
authors = ["Justus Winter <justus@pep-project.org>"]
[dependencies]
+tempdir = "0.3.5"