store token

This commit is contained in:
2025-12-02 23:27:59 +01:00
parent 30950e6c83
commit 926926f357
4 changed files with 43 additions and 22 deletions
+1
View File
@@ -4,6 +4,7 @@ extern crate prost_build;
fn main() -> Result<(), std::io::Error> {
println!("cargo:rerun-if-changed=../protobuf/items.proto");
println!("cargo:rerun-if-changed=../frontend/src/");
let mut cfg = prost_build::Config::new();