···11+// Folder-specific settings
22+//
33+// For a full list of overridable settings, and general information on folder-specific settings,
44+// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
55+{
66+ "lsp": {
77+ "rust-analyzer": {
88+ "initialization_options": {
99+ "rust": {
1010+ "analyzerTargetDir": true
1111+ }
1212+ }
1313+ }
1414+ }
1515+}
···445566[workspace.package]
77-authors = ["Orual <orual@nonbinary.computer>"]
87edition = "2024"
99-description = "A simple Rust project using Nix"
108version = "0.1.0"
99+authors = ["Orual <orual@nonbinary.computer>"]
1010+1111+description = "A simple Rust project using Nix"
1212+11131214# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1315
···11+pub mod aturi;
22+pub mod cowstr;
33+pub mod did;
44+pub mod handle;
55+pub mod into_static;
66+pub mod link;
77+pub mod nsid;
88+99+pub use cowstr::CowStr;
1010+pub use into_static::IntoStatic;
···44name = "jacquard"
55description = "A simple Rust project using Nix"
66version.workspace = true
77+edition.workspace = true
7889# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910