Skip to content

Commit

Permalink
make c2a-core repository as cargo workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Aug 1, 2023
1 parent 9c3a79e commit f238a35
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[workspace.package]
version = "3.10.0"

[workspace]
resolver = "2"

members = [
]

[package]
name = "c2a-core"
version = "3.10.0"
version.workspace = true
edition = "2021"

links = "c2a-core"
Expand Down

0 comments on commit f238a35

Please sign in to comment.