filecase 0.1.2

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.2"
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.4"
serde = { version="1.0.130", features=["derive"] }
sourceview5 = { version = "0.4" }
serde_json = "1.0.68"