filecase 0.1.5

A set of file management utilities based on the stateful crate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "filecase"
version = "0.1.5"
edition = "2021"
description = "A set of file management utilities based on the stateful crate"
license = "MIT"
repository= "https://github.com/limads/filecase"

[dependencies]
stateful = "0.1"
gtk4 = "0.5.1"
serde = { version="1.0", features=["derive"] }
sourceview5 = { version = "0.5.0" }
serde_json = "1.0.68"