Skip to content

Commit 3e9bd2c

Browse files
committed
feat: rust analysis support
1 parent c327718 commit 3e9bd2c

4 files changed

Lines changed: 1939 additions & 34 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@
161161
<artifactId>jakarta.mail</artifactId>
162162
<version>${jakarta.mail.version}</version>
163163
</dependency>
164+
<dependency>
165+
<groupId>org.tomlj</groupId>
166+
<artifactId>tomlj</artifactId>
167+
<version>1.1.1</version>
168+
</dependency>
164169
<!-- Testing Dependencies -->
165170
<dependency>
166171
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)