Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/RustyMft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..e2d4717
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,28 @@
+[package]
+name = "RustyMft"
+version = "0.1.0"
+authors = ["matthew seyer <matthew.seyer@gmail.com>"]
+
+[lib]
+name = "rustymft"
+crate-type = ["cdylib","lib"]
+
+[dependencies]
+log = "*"
+clap = "*"
+encoding = "0.2"
+byteorder = "*"
+bitflags = "0.7"
+serde = "0.9"
+serde_derive = "0.9"
+serde_json = "0.9"
+seek_bufread = "~1.2"
+
+[dependencies.r-winstructs]
+version = "*"
+branch = "master"
+git = "https://github.com/forensicmatt/r-winstructs"
+
+[dependencies.chrono]
+version = "*"
+features = ["serde", "rustc-serialize"]