NPM Import results in Rust panic
Looking to import the Airgram NPM package because I don't want to write it from scratch at this moment. The single line of code I have reads as follows:
Running with -- inspect results in:
Is there any hope of fixing this?
import { Airgram } from "npm:airgram@5.0.0"Running with -- inspect results in:
Is there any hope of fixing this?