diff options
author | JJ | 2023-04-06 21:24:38 +0000 |
---|---|---|
committer | JJ | 2023-04-06 21:24:38 +0000 |
commit | 95ce33948581a10c2d55793b6317c7ce273f936a (patch) | |
tree | 410383a56b51af9644fa309bbe3f03d9d2368bb6 /Cargo.toml | |
parent | 3188a0ec2174945a6b004db78b534f80c7927796 (diff) |
rename project, write parser tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [package] -name = "type-systems" +name = "chrysanthemum" version = "0.1.0" edition = "2021" |