Parse crate in paths
diff --git a/src/ty.rs b/src/ty.rs
index b2d9046..fee6326 100644
--- a/src/ty.rs
+++ b/src/ty.rs
@@ -755,6 +755,8 @@
             keyword!(self) => { Into::into }
             |
             keyword!(Self) => { Into::into }
+            |
+            keyword!(crate) => { Into::into }
         )
     ));