Skip to content

Commit

Permalink
chore: add metadata to Manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan committed Aug 20, 2023
1 parent dfd4545 commit 6a46210
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -18,13 +18,13 @@ categories = { workspace = true }
documentation = "https://docs.rs/rustic-rs"
edition = { workspace = true }
homepage = { workspace = true }
include = ["src/**/*", "LICENSE-*", "README.md"]
include = ["src/**/*", "LICENSE-*", "README.md", "config/**/*"]
keywords = { workspace = true }
license = { workspace = true }
readme = "README.md"
repository = { workspace = true }
resolver = "2"
rust-version = "1.65.0"
rust-version = "1.67.1"
description = { workspace = true }

[workspace]
Expand Down
12 changes: 10 additions & 2 deletions crates/rustic_core/Cargo.toml
Expand Up @@ -2,16 +2,24 @@
name = "rustic_core"
version = "0.6.0"
authors = ["Alexander Weiss"]
categories = [
"Algorithms",
"Command line utilities",
"Compression",
"Cryptography",
"Data structures",
"Filesystem",
]
edition = { workspace = true }
homepage = { workspace = true }
include = ["src/**/*", "LICENSE-*", "README.md"]
include = ["src/**/*", "LICENSE-*", "README.md", "examples/**/*"]
keywords = ["backup", "restic", "deduplication", "encryption", "library"]
license = { workspace = true }
publish = false # Don't publish until we fix/stabilize public api!!!
readme = "README.md"
resolver = "2"
rust-version = "1.66.1"
description = { workspace = true }
# categories = []

[lib]
path = "src/lib.rs"
Expand Down

0 comments on commit 6a46210

Please sign in to comment.