Compare commits
3 Commits
attempted-
...
5b2688e091
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b2688e091 | |||
| 9f626b8265 | |||
| 2b2ac66708 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,3 +8,5 @@
|
|||||||
/lull.zip
|
/lull.zip
|
||||||
/dist/
|
/dist/
|
||||||
/package/
|
/package/
|
||||||
|
/*.kra
|
||||||
|
/*.png
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lull"
|
name = "lull"
|
||||||
description = "a looping sound player for generating atmospheric soundscapes"
|
description = "a looping sound player for generating atmospheric soundscapes"
|
||||||
version = "1.0.3"
|
version = "1.0.4"
|
||||||
authors = ["Max Bradbury <max@tinybird.info>"]
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
||||||
repository = "https://tinybird.dev/max/lull"
|
repository = "https://tinybird.dev/max/lull"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
@@ -38,8 +38,6 @@ fn save_config(config: Config) {
|
|||||||
let mut config_file = File::create(config_path)
|
let mut config_file = File::create(config_path)
|
||||||
.expect("Couldn't create config file");
|
.expect("Couldn't create config file");
|
||||||
|
|
||||||
print!("{}", toml);
|
|
||||||
|
|
||||||
config_file.write(&toml.into_bytes())
|
config_file.write(&toml.into_bytes())
|
||||||
.expect("Couldn't write config file");
|
.expect("Couldn't write config file");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user