Add metrics

This commit is contained in:
Aleksey Kladov 2020-07-24 16:28:07 +02:00
parent 14a3a713c7
commit de714640bd
4 changed files with 255 additions and 0 deletions

View file

@ -7,6 +7,7 @@ pub mod install;
pub mod release;
pub mod dist;
pub mod pre_commit;
pub mod metrics;
pub mod codegen;
mod ast_src;