kxio/Cargo.toml

18 lines
307 B
TOML
Raw Normal View History

2024-04-08 14:33:39 +01:00
[package]
name = "kxio"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# logging
tracing = "0.1"
# fs
tempfile = "3.10"
[package.metadata.bin]
# Conventional commits githook
cc-cli = { version = "0.1" }