diff options
author | Shav Kinderlehrer <[email protected]> | 2024-04-07 14:44:03 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-04-07 14:44:03 -0400 |
commit | 1075ab0ed187a10f2eb3faf1247da8661531bbdb (patch) | |
tree | f600db86af21a63da67114a30c9825fd0ea75971 /Cargo.toml | |
parent | a29d68aed7a1fbfbeb3d60df55f28fdee9fb9ca1 (diff) | |
download | chela-1075ab0ed187a10f2eb3faf1247da8661531bbdb.tar.gz chela-1075ab0ed187a10f2eb3faf1247da8661531bbdb.zip |
Add proxy support
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "chela" -version = "0.2.0" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |