diff options
| author | Sébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com> | 2023-04-23 14:33:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-23 14:33:56 +0200 |
| commit | 561ff979d574f496415c0499345d41da2e1f6e1e (patch) | |
| tree | 037479ac000bd87a1cb2149e5389b28f08d24051 /library/Cargo.toml | |
| parent | 2fbb14f712708188649181525813b3ac5a02e0fb (diff) | |
Add instrumentation (Part 1) (#761)
Diffstat (limited to 'library/Cargo.toml')
| -rw-r--r-- | library/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/Cargo.toml b/library/Cargo.toml index aa752c75..d23a2f41 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -39,3 +39,4 @@ unicode-script = "0.5" unicode-segmentation = "1" xi-unicode = "0.3" chinese-number = { version = "0.7.1", default-features = false, features = ["number-to-chinese"] } +tracing = "0.1.37" |
