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

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Ben-Amram <omerbenamram@gmail.com>2019-05-08 18:17:36 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2019-05-08 18:17:36 +0300
commit4cc495f721dad3f0651ca6550cddf9a80b11ed19 (patch)
treedcee418addab8d89f0c9db1f044dda1ab6be140a
parent507c92dea8ba8fdc03ea6e13f129bffa48c90768 (diff)
updated cargo.toml0.1.0
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 92feb6f..281c942 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,10 @@
name = "mft"
description = "A Fast (and safe) parser for the Windows Master File Table (MFT) format"
homepage = "https://github.com/omerbenamram/mft"
+repository = "https://github.com/omerbenamram/mft"
+license = "MIT/Apache-2.0"
+readme = "README.md"
+
version = "0.1.0"
authors = ["Omer Ben-Amram <omerbenamram@gmail.com>", "matthew seyer <matthew.seyer@gmail.com>"]
edition = "2018"