Fix Cargo.toml

This commit is contained in:
Sebastian Miasojed
2024-11-07 09:43:44 +01:00
parent 88a888d138
commit 9b23e19479
7 changed files with 37 additions and 29 deletions
+5 -4
View File
@@ -1,9 +1,10 @@
[package]
name = "revive-differential"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
version.workspace = true
license.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
[dependencies]
hex = { workspace = true }