coral-xyz / anchor

⚓ Solana Sealevel Framework
https://anchor-lang.com
Apache License 2.0
3.36k stars 1.25k forks source link

error[E0433]: failed to resolve: use of undeclared crate or module `anchor_spl` #3027

Closed caiqinghua closed 2 weeks ago

caiqinghua commented 2 weeks ago

⚠️ Don't use issues for support questions ("How does x feature work in Anchor? How to do x in Anchor?"). Use the discord instead https://discord.gg/NHHGSXAnXk (but don't ping maintainers). ⚠️

error[E0433]: failed to resolve: use of undeclared crate or module anchor_spl --> programs/test/src/lib.rs:2:5 | 2 | use anchor_spl::token::{self, Mint, TokenAccount, Transfer}; | ^^^^^^^^^^ use of undeclared crate or module anchor_spl

v0.30.0 macOs

caiqinghua commented 2 weeks ago

cargo add anchor-spl build success