Merge pull request #30 from kornelski/patch-1
Syntax error in Cargo.toml
This commit is contained in:
commit
472312554b
1 changed files with 1 additions and 1 deletions
|
@ -10,8 +10,8 @@ authors = [
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/Pr0methean/zip-next.git"
|
repository = "https://github.com/Pr0methean/zip-next.git"
|
||||||
keywords = ["zip", "archive"]
|
keywords = ["zip", "archive"]
|
||||||
description = """
|
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.70.0"
|
||||||
|
description = """
|
||||||
Library to support the reading and writing of zip files.
|
Library to support the reading and writing of zip files.
|
||||||
"""
|
"""
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Add table
Reference in a new issue