Skip to content

Commit

Permalink
Cargo.toml: get ready for publishing on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonkarlitskaya committed Nov 7, 2024
1 parent f16671e commit 44e926d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[package]
name = "composefs"
version = "0.1.0"
license = "MIT OR Apache-2.0"
version = "0.2.0"
edition = "2021"
description = "Rust library for the composefs filesystem"
keywords = ["composefs"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/containers/composefs-rs"
readme = "README.md"
default-run = "cfsctl"
exclude = ["/.git*", "/examples/uki/"]

[dependencies]
anyhow = { version = "1.0.89", features = ["backtrace"] }
Expand Down

0 comments on commit 44e926d

Please sign in to comment.