Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Mar 4, 2024
1 parent b1ef11b commit 0e4b41d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
13 changes: 10 additions & 3 deletions codecz-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "codecz-sys"
version = "0.1.0"
edition = "2021"
links = "codecz"
version = { workspace = true }
description = "Rust bindings for vortex zig compression codecs"
homepage = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
keywords = { workspace = true }
include = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }

[lints]
workspace = true
Expand Down
14 changes: 10 additions & 4 deletions codecz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
[package]
name = "codecz"
version = "0.1.0"
edition = "2021"
version = { workspace = true }
description = "Rust wrapper for vortex zig compression codecs"
homepage = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
keywords = { workspace = true }
include = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }

[lints]
workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
enum-display = "0.1.3"
paste = "1.0.14"
Expand Down

0 comments on commit 0e4b41d

Please sign in to comment.