feat: add elasticsearch tracing subscriber

create lib/pk_core
This commit is contained in:
spiral 2022-07-10 01:15:03 -04:00
parent 5097eb9ce2
commit 1825a00248
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
4 changed files with 128 additions and 0 deletions

2
lib/pk_core/src/lib.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod tracing;
pub mod util;