diff --git a/.cargo/config.toml b/.cargo/config.toml index 91dc29b5..2586c898 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [env] -LIBSQLITE3_FLAGS = "-DSQLITE_ENABLE_MATH_FUNCTIONS" +LIBSQLITE3_FLAGS = "-DSQLITE_ENABLE_MATH_FUNCTIONS" # necessary for rusqlite dependency in order to bundle SQLite with math functions included