import memory sub-crate

This commit is contained in:
Pat Hickey
2020-01-17 15:41:19 -08:00
parent 065a60831a
commit 0d47556cf7
5 changed files with 202 additions and 0 deletions

10
crates/memory/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "memory"
version = "0.1.0"
authors = ["Pat Hickey <phickey@fastly.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1"