1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +02:00

update repo url

This commit is contained in:
Robin Appelman 2025-05-25 18:05:21 +02:00
commit ca24cf4444

View file

@ -5,7 +5,7 @@ version = "0.6.0"
authors = ["Robin Appelman <robin@icewind.nl>"] authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2021" edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/demostf/parser" repository = "https://codeberg.org/demostf/parser"
exclude = ["tests/fuzz", "test_data"] exclude = ["tests/fuzz", "test_data"]
default-run = "parse_demo" default-run = "parse_demo"
rust-version = "1.74.0" rust-version = "1.74.0"