kabel/libkabel/Cargo.toml

9 lines
192 B
TOML
Raw Normal View History

2024-01-15 21:18:18 +00:00
[package]
2024-01-16 22:07:48 +00:00
name = "libkabel"
2024-01-15 21:18:18 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-01-16 22:07:48 +00:00
tracing = "0.1"