ppt-kit 0.1.2

use read/write Open Office Xml format file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ppt-kit"
version.workspace = true
edition.workspace = true
authors.workspace = true
description.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quick-xml = "0.30.0"