http://gothub.adnrew.i2p/zed-industries/zed/blob/main/Cargo.lock
GotHub (Alpha) Explore About Source code Back to zed-industries/zed Cargo.lock Raw 1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 4 4 5 [[package]] 6 name = "activity_indicator" 7 version = "0.1.0" 8 dependencies = [ 9 "anyhow", 10 "auto_update", 11 "editor", 12 "extension_host", 13 "futures 0.3.31", 14 "gpui", 15 "language", 16 "project", 17 "smallvec", 18 "ui", 19 "util", 20 "workspace", 21 "workspace-hack", 22 ] 23 24...