flp 0.1.1

Get fullpath of file or working directory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[bin]]
name = "flp"
path = "src/main.rs"

[dependencies]

[package]
authors = ["Q0tzly"]
description = "Get fullpath of file or working directory"
edition = "2021"
keywords = ["command", "fullpath"]
license = "Apache-2.0"
name = "flp"
readme = "README.md"
repository = "https://github.com/Q0tzly/flp"
version = "0.1.1"