fil_ls 0.1.3

a simple command line tool to list frame sequence in friendly way
Documentation
[package]
name = "fil_ls"
version = "0.1.3"
edition = "2021"
authors = ["Philippe Llerena<philippe.llerena@gmail.com>"]
description = "a simple command line tool to list frame sequence in friendly way"
readme = "README.md"
license-file = "LICENSE"

[[bin]]
name = "fls"
path = "src/main.rs"

[dependencies]

[dependencies.regex]
version = "1.7"
default-features = false
# regex currently requires the standard library, you must re-enable it.
features = ["std","unicode-perl"]