Skip to content

Commit

Permalink
Fix up Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
skogseth committed Sep 28, 2023
1 parent e7cec99 commit ea46555
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[package]
name = "hzrd"
version = "0.1.0"
version = "0.0.1"
edition = "2021"

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

[dependencies]

[dev-dependencies]
anyhow = "1.0.72"
authors = ["Herman Skogseth"]
rust-version = "1.70"
description = "Shared mutability containers based on hazard pointers"
repository = "https://github.com/skogseth/hzrd/"
license = "MIT"

0 comments on commit ea46555

Please sign in to comment.