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
+4 -3
View File
@@ -1,12 +1,13 @@
[package]
name = "revive-common"
version = "0.1.0"
version.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
authors = [
"Cyrill Leutwiler <cyrill@parity.io>",
"Oleksandr Zarudnyi <a.zarudnyy@matterlabs.dev>",
]
license = "MIT OR Apache-2.0"
edition = "2021"
description = "Shared constants of the revive compiler"
[lib]