Skip to content

Commit

Permalink
cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Mar 4, 2024
1 parent 4d7d102 commit 90fca43
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions fastlanez-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
name = "fastlanez-sys"
version = "0.1.0"
edition = "2021"
version = { workspace = true }
description = "Vortex bindings for zig fastlanes codec"
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 }
links = "fastlanez"

[lints]
Expand Down
12 changes: 10 additions & 2 deletions vortex-fastlanes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
name = "vortex-fastlanes"
version = "0.1.0"
edition = "2021"
version = { workspace = true }
description = "Vortex fastlanes arrays arrays"
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

0 comments on commit 90fca43

Please sign in to comment.