Skip to main content

figma_mcp/
lib.rs

1pub mod figma;
2pub mod server;
3pub mod error;
4
5pub use error::{Error, Result};