Most of the refactor. Need to switch machines.
This commit is contained in:
18
crates/pom/Cargo.toml
Normal file
18
crates/pom/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "pom"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
description = "Library for serializing and deserializing Maven's POM"
|
||||
repository.workspace = true
|
||||
|
||||
publish.workspace = true
|
||||
test.workspace = true
|
||||
|
||||
[dependencies]
|
||||
derive_more.workspace = true
|
||||
hard-xml.workspace = true
|
||||
serde.workspace = true
|
||||
semver.workspace = true
|
||||
strum.workspace = true
|
||||
Reference in New Issue
Block a user