diff --git a/.gitignore b/.gitignore index a744cfb..801aca5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,6 @@ Cargo.lock # Visuals generated by aurora... /viz/ -out.txt + +# Temporary output files... +/out*.txt diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..d229d6c --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,16 @@ +// Folder-specific settings +// +// For a full list of overridable settings, and general information on folder-specific settings, +// see the documentation: https://zed.dev/docs/configuring-zed#settings-files +{ + "terminal": { + "detect_venv": { + "on": { + "directories": [ + ".venv" + ], + "activate_script": "default" + } + } + } +} diff --git a/Cargo.toml b/Cargo.toml index fbf7952..1a636d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ serde_json = "1.0.93" itertools = "0.11.0" rayon = "1.8.0" base64 = "0.22.1" +puruspe = "0.4.4" [target.'cfg(not(target_env = "msvc"))'.dependencies] tikv-jemallocator = "0.5" @@ -29,3 +30,5 @@ lto = "thin" codegen-units = 1 debug = false +[dev-dependencies] +rand = "0.10.1" diff --git a/fixtures/soda/table.html b/fixtures/soda/table.html index 73ccfeb..26ca293 100644 --- a/fixtures/soda/table.html +++ b/fixtures/soda/table.html @@ -2,16 +2,18 @@