diff options
| author | eichlan <eichlan@jotunn.office.penny-arcade.com> | 2026-06-23 15:31:51 -0700 |
|---|---|---|
| committer | eichlan <eichlan@jotunn.office.penny-arcade.com> | 2026-06-23 15:31:51 -0700 |
| commit | 062048ef6e3e060bcf841ea2ec92e026f09d8da0 (patch) | |
| tree | 22f7dad062b16f25fcfa1a28af13ac2937348ef0 /crimtag | |
| parent | 7c299c86bbac76ec2ac199d68eb4dda093a64e3a (diff) | |
| download | crimtag-062048ef6e3e060bcf841ea2ec92e026f09d8da0.tar.gz crimtag-062048ef6e3e060bcf841ea2ec92e026f09d8da0.tar.bz2 crimtag-062048ef6e3e060bcf841ea2ec92e026f09d8da0.tar.xz crimtag-062048ef6e3e060bcf841ea2ec92e026f09d8da0.zip | |
Roorganized into workspace and packages.
This is to accomidate a new proc_macro package, which can't have
anything else in it.
Diffstat (limited to '')
| -rw-r--r-- | crimtag/Cargo.lock | 7 | ||||
| -rw-r--r-- | crimtag/Cargo.toml | 6 | ||||
| -rw-r--r-- | crimtag/src/context.rs (renamed from src/context.rs) | 0 | ||||
| -rw-r--r-- | crimtag/src/error.rs (renamed from src/error.rs) | 0 | ||||
| -rw-r--r-- | crimtag/src/lexer.rs (renamed from src/lexer.rs) | 0 | ||||
| -rw-r--r-- | crimtag/src/lib.rs (renamed from src/lib.rs) | 0 | ||||
| -rw-r--r-- | crimtag/src/parser.rs (renamed from src/parser.rs) | 0 | ||||
| -rw-r--r-- | crimtag/src/position.rs (renamed from src/position.rs) | 0 |
8 files changed, 13 insertions, 0 deletions
diff --git a/crimtag/Cargo.lock b/crimtag/Cargo.lock new file mode 100644 index 0000000..f7e6686 --- /dev/null +++ b/crimtag/Cargo.lock | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # This file is automatically @generated by Cargo. | ||
| 2 | # It is not intended for manual editing. | ||
| 3 | version = 4 | ||
| 4 | |||
| 5 | [[package]] | ||
| 6 | name = "crimtag" | ||
| 7 | version = "0.1.0" | ||
diff --git a/crimtag/Cargo.toml b/crimtag/Cargo.toml new file mode 100644 index 0000000..ee022ca --- /dev/null +++ b/crimtag/Cargo.toml | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | [package] | ||
| 2 | name = "crimtag" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2024" | ||
| 5 | |||
| 6 | [dependencies] | ||
diff --git a/src/context.rs b/crimtag/src/context.rs index 6f8e04f..6f8e04f 100644 --- a/src/context.rs +++ b/crimtag/src/context.rs | |||
diff --git a/src/error.rs b/crimtag/src/error.rs index bbb5d6f..bbb5d6f 100644 --- a/src/error.rs +++ b/crimtag/src/error.rs | |||
diff --git a/src/lexer.rs b/crimtag/src/lexer.rs index d4d39e9..d4d39e9 100644 --- a/src/lexer.rs +++ b/crimtag/src/lexer.rs | |||
diff --git a/src/lib.rs b/crimtag/src/lib.rs index e8f9e9f..e8f9e9f 100644 --- a/src/lib.rs +++ b/crimtag/src/lib.rs | |||
diff --git a/src/parser.rs b/crimtag/src/parser.rs index 4f7ff6a..4f7ff6a 100644 --- a/src/parser.rs +++ b/crimtag/src/parser.rs | |||
diff --git a/src/position.rs b/crimtag/src/position.rs index 24f5309..24f5309 100644 --- a/src/position.rs +++ b/crimtag/src/position.rs | |||
