sdocx-cli 0.3.1

Reverse-engineered tooling and SDK for converting Samsung Notes (.sdocx) files
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "sdocx-cli"
version = "0.3.1"
edition = "2024"
rust-version = "1.88"
description = "Reverse-engineered tooling and SDK for converting Samsung Notes (.sdocx) files"
license = "GPL-3.0"
repository = "https://github.com/twangodev/sdocx"

[dependencies]
sdocx = { version = "0.3.1", path = "../sdocx" }
clap = { version = "4.5.60", features = ["derive"] }