17 lines
307 B
TOML
17 lines
307 B
TOML
[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" }
|