aboutsummaryrefslogtreecommitdiff
path: root/thesis/main.tex
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-03-06 16:15:23 +0000
committerAria Shrimpton <me@aria.rip>2024-03-06 16:15:23 +0000
commitbbfdd5ec7404a28ae735884db3d98f2eebc48fa1 (patch)
tree55dfab6192a80d19e51768008a8e1660062df420 /thesis/main.tex
parent7d1f4550b99783c9c09383f4807e5a4b32b42cb3 (diff)
most of rest of implementation chapter
Diffstat (limited to 'thesis/main.tex')
-rw-r--r--thesis/main.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/thesis/main.tex b/thesis/main.tex
index 9b65351..f12e6eb 100644
--- a/thesis/main.tex
+++ b/thesis/main.tex
@@ -15,7 +15,7 @@
\newcommand{\todo}[1]{\colorbox{yellow}{TODO: #1} \par}
%% Code blocks
-\usepackage{listings}
+\usepackage{listings, listings-rust}
\usepackage{courier}
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}