Skip to content

Commit

Permalink
Version setup update
Browse files Browse the repository at this point in the history
  • Loading branch information
DraviaVemal committed Dec 29, 2024
1 parent 81786b4 commit db89797
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "draviavemal_openxml_office"
name = "draviavemal-openxml_office"
authors = ["Dravia Vemal"]
description = "Crate to create and manipulate excel,power point and word documents"
license = "MIT"
Expand All @@ -8,18 +8,16 @@ documentation = "https://openxml-office.draviavemal.com/"
homepage = "https://openxml-office.draviavemal.com/"
readme = "./README.md"
keywords = [
"Excel",
"Spreadsheet",
"Power Point",
"Presentation",
"office",
"openxml",
"xlsx",
"pptx",
"docx"
]
categories = ["filesystem", "development-tools"]
version = "4.0.0-alpha.1"
edition = "2021"
msrv = "1.32.0"
exclude = ["src/tests"]

[dependencies]
uuid = { version = "1.11.0", features = [
Expand Down
6 changes: 3 additions & 3 deletions rs_ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
name = "openxmloffice_ffi"
name = "draviavemal-openxml_office_ffi"
authors = ["Dravia Vemal"]
description = "FFI Interface crate for multi language support expansion"
license = "MIT"
repository = "https://github.com/DraviaVemal/openxml-office"
documentation = "https://openxml-office.draviavemal.com/"
version = "4.0.0"
version = "4.0.0-alpha.1"
edition = "2021"
msrv = "1.32.0"

[lib]
crate-type = ["cdylib"]

[dependencies]
draviavemal_openxml_office = { path = "../rs", version = ">= 4.0.0" }
draviavemal-openxml_office = { path = "../rs", version = ">= 4.0.0-alpha.1" }
flatbuffers = "24.3.25"
anyhow = "1.0.90"

Expand Down

0 comments on commit db89797

Please sign in to comment.