How to set dependencies for a macro in Rust?

前端 未结 0 1319
有刺的猬
有刺的猬 2020-12-06 09:35

I wrote a macro in a crate and import it in the main function of a main project.

The macro depends on:

use chrono::{Utc, Local, DateTime, Date};

Current

相关标签:
回答
  • 消灭零回复
提交回复
热议问题