mirror of
https://codeberg.org/madmo/e2size.git
synced 2025-01-18 05:12:41 +00:00
Update Cargo.toml for crates.io
Added repository and readme link
This commit is contained in:
parent
f0c40d9bc8
commit
421232c879
|
@ -1,13 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "e2size"
|
name = "e2size"
|
||||||
description = "A simple for ext2/3/4 size calculation based on the superblock"
|
description = "A simple for ext2/3/4 size calculation based on the superblock"
|
||||||
homepage = "https://github.com/madmo/e2size"
|
repository = "https://github.com/madmo/e2size"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Moritz Bitsch <moritz@h6t.eu>"]
|
authors = ["Moritz Bitsch <moritz@h6t.eu>"]
|
||||||
|
readme = "README.md"
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "1.4.3"
|
byteorder = "1.4.3"
|
||||||
positioned-io = "0.2.2"
|
positioned-io = "0.2.2"
|
||||||
thiserror = "1.0.25"
|
thiserror = "1.0.25"
|
||||||
|
|
Loading…
Reference in a new issue