Skip to content

Commit

Permalink
fix cargo.toml description field, add vendored libesedb folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetkookaburra committed Jun 2, 2022
1 parent e7ad76d commit 54d0926
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libesedb-sys/libesedb-20210424/* linguist-vendored
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libesedb"
version = "0.1.0"
license = "LGPL-3.0-or-later"
decription = "A safe Rust API for libesedb"
description = "A safe Rust API for libesedb"
documentation = "https://docs.rs/libesedb"
repository = "https://github.com/sunsetkookaburra/rust-libesedb"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion libesedb-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libesedb-sys"
version = "0.1.0"
license = "LGPL-3.0-or-later"
decription = "libesedb FFI bindings for Rust"
description = "libesedb FFI bindings for Rust"
documentation = "https://docs.rs/libesedb-sys"
repository = "https://github.com/sunsetkookaburra/rust-libesedb"
readme = "README.md"
Expand Down

0 comments on commit 54d0926

Please sign in to comment.