CargoCrypt v0.1.1 - Documentation Fix
CargoCrypt v0.1.1 - Critical Documentation Fix
🐛 Bug Fixes
- Fixed command syntax in documentation: Corrected all instances of
cargo crypttocargocryptin crate README - Updated installation instructions: Ensured users see the correct command syntax when installing from crates.io
📚 Documentation
- Fixed critical user-facing documentation error that would cause confusion for new users
- All examples now show the correct
cargocryptcommand syntax
🚀 Installation
cargo install cargocrypt🧪 Quick Test
cargocrypt init
echo "test data" > test.txt
cargocrypt encrypt test.txt
cargocrypt decrypt test.txt.encThis release ensures users who install from crates.io see the correct command syntax in the README documentation.
🤖 Generated with Claude Code