···1111# MSVC Windows builds of rustc generate these, which store debugging information
1212*.pdb
13131414+1515+1616+# Added by cargo
1717+1818+/target
+7
Cargo.lock
···11+# This file is automatically @generated by Cargo.
22+# It is not intended for manual editing.
33+version = 4
44+55+[[package]]
66+name = "filaments"
77+version = "0.1.0"
···11+//! Filaments
22+//! My (suri.codes) personal-knowledge-system, with deeply integrated task tracking and long term goal planning capabilities.
33+//!
44+55+fn main() {
66+ println!("Hello, world!");
77+}