Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Cargo.toml 192 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
  1. [package]
  2. name = "bd-macros"
  3. version = "0.2.0"
  4. edition = "2021"
  5. [lib]
  6. proc-macro = true
  7. [dependencies]
  8. syn = { version = "^2.0", features = ["derive"] }
  9. quote = "^1.0"
  10. # proc-macro2 = "1.0"
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...