diff options
author | 2025-03-26 15:57:24 +0000 | |
---|---|---|
committer | 2025-03-26 15:57:24 +0000 | |
commit | 521a8915f273dc2cda59080a2393e40e4f25db50 (patch) | |
tree | 5fd01f240084566bb8d32261819f7ab14022346e /filamento/Cargo.toml | |
parent | 4d1be876f8bccf8018728d5ee474f91c256da5c9 (diff) | |
download | luz-521a8915f273dc2cda59080a2393e40e4f25db50.tar.gz luz-521a8915f273dc2cda59080a2393e40e4f25db50.tar.bz2 luz-521a8915f273dc2cda59080a2393e40e4f25db50.zip |
feat(filamento): create example
Diffstat (limited to 'filamento/Cargo.toml')
-rw-r--r-- | filamento/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml index 821a6a0..aed261d 100644 --- a/filamento/Cargo.toml +++ b/filamento/Cargo.toml @@ -15,3 +15,9 @@ jid = { version = "0.1.0", path = "../jid", features = ["sqlx"] } uuid = { version = "1.13.1", features = ["v4"] } tracing = "0.1.41" chrono = "0.4.40" + +[dev-dependencies] +tracing-subscriber = "0.3.19" + +[[example]] +name = "example" |