feat(ata): integrate token-ids package and update dependencies

This commit is contained in:
Ricardo Guilherme Schmidt
2026-05-06 13:09:48 -03:00
parent 3bf91d42ef
commit f3aa7b51c8
9 changed files with 30 additions and 11 deletions
+8
View File
@@ -1 +1,9 @@
include!(concat!(env!("OUT_DIR"), "/methods.rs"));
#[cfg(test)]
mod tests {
#[test]
fn token_ids_match_generated_method_id() {
assert_eq!(token_ids::TOKEN_ID, super::TOKEN_ID);
}
}